Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 662 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 662 Bytes

#Code from various small projects using an Atmel ATiny2313 microprocessor#

This code is missing the layout of the (bread)board used for implementing the circuit. I hope it may still be useful. Here is a short description of what can be found in the different folders:

  • 7seg: controlling a seven segment display
  • blinkLED: blinking a LED
  • servo: code for controlling a servo motor
  • servoManuell: same but including a push button
  • tasterLED: lighting a LED when button is pushed

LICENSE

All code in this repository is licensed under a 2-clause BSD license. The License in found in the file LICENSE in the root folder and applies to all code below it.