Using neopixel-for-spresense with adafruit.com

C integration

Install
# See https://github.com/whyes-develop/neopixel-for-spresense
Get information about the current user
curl \
  -H "X-AIO-Key: $API_KEY" \
  /user
All feeds for current user
curl \
  -H "X-AIO-Key: $API_KEY" \
  /{username}/feeds
All groups for current user
curl \
  -H "X-AIO-Key: $API_KEY" \
  /{username}/groups
SDK on GitHub 📄 API Docs
SDK
neopixel-for-spresense
C
API
adafruit.com
adafruit.com
At a glance
Language C
Endpoints71