Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 335 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 335 Bytes

LMBadgeArduinoExample

Example LED blinking code for the ATTiny85 on the Lowell Makes Badge V2.0

Setup

  • Follow Steps to program ATTiny85 in Arduino
  • Connect Uno to Board
  • Open Project and set following settings
    • Board = ATtiny25/45/85
    • Processor = ATtiny85
    • Clock = Internal 1Mhz
    • Port = <Uno Port>
  • Program!