## Seeeduino XIAO IDE ### Install Arduino https://www.arduino.cc/en/software ### Add Seeeduino XIAO board support https://wiki.seeedstudio.com/Seeed_Arduino_Boards/ * Open `File > Preferences`. * Add entry to *Additional Boards Manager URLs* ``` https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json ``` * Open `Tools > Board _ > Board Manager ...` * Search for Seeed SAMD Boards * Add Select the board ![Screenshot from 2023-05-12 20-20-34](https://github.com/own-page/Arduino/assets/1183303/28f93612-f3c2-4503-a480-f1dc5038a194) ## Install FastLED library * Open `Sketch > Include Library > Manage Libraries ...` * Search for FastLED * Install FastLED by Daniel Garcia ![Screenshot from 2023-05-12 10-54-25](https://github.com/own-page/Arduino/assets/1183303/357476b2-b55c-4780-a343-2957686c7355)