Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 836 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 836 Bytes

Tube

This repository contains the code for the Pro Micro, which manages both serial communication and light integration.

To commit changes, make a new branch with the following branch name: [your first name]/[name of associated ticket]

IDE Setup !important

  1. Change the volts to 5V under 'Tools' -> 'Processor' -> '5V' image
  2. Add the following link under 'File' -> 'Preferences' -> 'Additional boards manager URLs': https://espressif.github.io/arduino-esp32/package_esp32_index.json,https://raw.githubusercontent.com/sparkfun/Arduino_Boards/main/IDE_Board_Manager/package_sparkfun_index.json
    image
  3. You are good to go!