You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/microcontrollers/clue-alpha.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ The [Adafruit CLUE](https://www.adafruit.com/product/4500) is small ARM developm
15
15
| I2C | YES | YES |
16
16
| ADC | YES | YES |
17
17
| PWM | YES | YES |
18
+
| Bluetooth | YES | YES |
18
19
19
20
## Machine Package Docs
20
21
@@ -79,4 +80,4 @@ You can use the USB port to the CLUE as a serial port. `UART0` refers to this co
79
80
80
81
For an example that uses the built-in Neopixel LEDs, take a look at the TinyGo drivers repository located at [https://github.com/tinygo-org/drivers/tree/release/examples](https://github.com/tinygo-org/drivers)
81
82
82
-
Bluetooth support is in development but not yet completed.
83
+
Bluetooth support is now available for the Adafruit CLUE board. See https://github.com/tinygo-org/bluetooth for more information.
0 commit comments