Skip to content

Commit 05caab8

Browse files
authored
Limit advised architecture support to samd, mbed_portenta, mbed_nano, mbed_edge, esp32 and rp2040. (#40)
This should put an end to confusions that come up regularly, i.e. in #37 . The architectures samd, mbed_portenta, mbed_nano, mbed_edge, esp32 and rp2040 are all supported as per successful CI compilation.
1 parent 8c3c851 commit 05caab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Allows you to read the accelerometer, magnetometer and gyroscope values
66
paragraph=
77
category=Sensors
88
url=https://github.com/arduino-libraries/Arduino_BMI270_BMM150
9-
architectures=*
9+
architectures=samd,mbed_portenta,mbed_nano,mbed_edge,esp32,rp2040
1010
includes=Arduino_BMI270_BMM150.h

0 commit comments

Comments
 (0)