Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 349 Bytes

ArduComp

Mini toy operating system for Arduino.

ArduComp is a small pseudo-OS written for Arduino for fun. It has a simple shell that is operable from the serial inteface.

So far the current programs are implemented:

  • delay

  • digitalwrite

  • pinmode

  • yes

ArduComp is licensed under the MIT License if you want to use it for some reason :)