Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 1017 Bytes

README.md

File metadata and controls

39 lines (37 loc) · 1017 Bytes

Digital Design with Arduino

Code and Documentation of final GATE Question Implementation for Digita Design with Arduino Workshop


Dependencies

  • PlatformIO
    • Core[CLI]
  • LaTeX
    • karnaugh-map
    • enumitems
    • listings
    • amsmath
    • graphicx
    • titlesec
    • tabularx
    • mathtools
    • geometry
    • hyperref

Build and Run

$ git clone https://github.com/gaurav5-5/ard-workshop.git
  1. Download IDE from https://platformio.org/platformio-ide
  2. Open the ide/codes folder
  3. Connect Arduino
  4. Build and Run

Using Terminal with PlatformIO Core

  1. Install PlatformIO Core CLI by following instructions from here
  2. Navigate to /ide/codes
  3. Connect Arduino
  4. Run:
$ pio run --target upload