diff --git a/setup.yml b/setup.yml new file mode 100644 index 0000000..0c2c3aa --- /dev/null +++ b/setup.yml @@ -0,0 +1,10 @@ +setup: + target: NUCLEO_F767ZI + devices: + ina219: + address: 0x24 + drivers: + i2c: + pins: + - PF_0 + - PF_1 diff --git a/tests.yml b/tests.yml new file mode 100644 index 0000000..a7554c2 --- /dev/null +++ b/tests.yml @@ -0,0 +1,5 @@ +NUCLEO_F767ZI: + devices: + ina219: true + drivers: + i2c: true