I was wondering if there is a published list of the constants that correspond to the IO/pinouts for the SparkFun Artemis Thing Plus?
I checked the Hookup guide but that doesn’t mention the constants for things like the user button or onboard LED.
I was wondering if there is a published list of the constants that correspond to the IO/pinouts for the SparkFun Artemis Thing Plus?
I checked the Hookup guide but that doesn’t mention the constants for things like the user button or onboard LED.
Normally I would advice to check the schematics, but I have to agree it has omissions. Looking at the different files, the led seems to be connected to D26, whereas the button looks to be connected to D14.
If you use V2.2.1 boards library look in the folder ‘cores/mbed-os/targets/TARGET_Ambiq_Micro/TARGET_Apollo3/TARGET_SFE_ARTEMIS_THING_PLUS’ , if you use V 1.2.3 look in the folder ‘variants/TARGET_SFE_ARTEMIS_THING_PLUS’
Awesome thank you, that’s perfect! Yes I had checked the schematics already on the site.