mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
max31723: added bus parameter to constructor
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -44,7 +44,7 @@ int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
//! [Interesting]
|
||||
sensor = new upm::MAX31723(7);
|
||||
sensor = new upm::MAX31723(0, 7);
|
||||
usleep (1000000);
|
||||
|
||||
while (!doWork) {
|
||||
|
Reference in New Issue
Block a user