Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 516 Bytes

mac.md

File metadata and controls

16 lines (12 loc) · 516 Bytes

Installation instructions for Mac OS

  • Install latest Arduino IDE from arduino.cc

  • Open Terminal and execute the following command (copy->paste and hit enter one by one):

    mkdir -p ~/Documents/Arduino/hardware/CubeCell
    cd ~/Documents/Arduino/hardware/CubeCell
    git clone https://github.com/HelTecAutomation/ASR650x-Arduino.git CubeCell
    cd CubeCell/tools
    python get.py
  • Restart Arduino IDE