add product link to feather nrf52840
This commit is contained in:
parent
64f2f671f6
commit
87a0124cd9
@ -3,7 +3,7 @@
|
||||
This is a CDC/DFU/UF2 bootloader for nRF52 boards.
|
||||
|
||||
- [Adafruit Feather nRF52832](https://www.adafruit.com/product/3406)
|
||||
- Adafruit Feather nRF52840 Express
|
||||
- [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062)
|
||||
- Nordic nRF52840DK PCA10056
|
||||
- Nordic nRF52840DK PCA10059 ("Dongle")
|
||||
- Particle Argon
|
||||
|
@ -291,7 +291,7 @@ void led_state(uint32_t state)
|
||||
#endif
|
||||
}
|
||||
|
||||
#if LED_NEOPIXEL
|
||||
#ifdef LED_NEOPIXEL
|
||||
|
||||
// WS2812B (rev B) timing is 0.4 and 0.8 us
|
||||
#define MAGIC_T0H 6UL | (0x8000) // 0.375us
|
||||
|
Loading…
Reference in New Issue
Block a user