-
Notifications
You must be signed in to change notification settings - Fork 8
Feather nRF52840 Sense Onboard Actuators
Thomas Amberg edited this page Nov 3, 2020
·
18 revisions
The Feather nRF52840 Sense has a number of onboard actuators.
LED_BLUE or LED_CONN or PIN_LED2, which is defined as digital pin 4.
Also serves as the connectivity status LED.
LED_RED or LED_BUILTIN or PIN_LED1, which is defined as digital pin 13.
- https://www.arduino.cc/reference/en/language/functions/digital-io/digitalwrite/ (built-in)
- Example: File > Examples > Basics > Blink (replace LED_BUILTIN with GPIO number)
PIN_NEOPIXEL, which is defined as digital pin 8.
- Library: Sketch > Include Library > Manage Libraries... > Adafruit_NeoPixel > Install
- Example: File > Examples > Adafruit_NeoPixel > ...
- Or nRF52840Sense_NeoPixel.ino