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