Skip to content

jozef17/Arduino-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-projects

Arduino projects

Contains shared functionality

  • Core
  • Devices
    • Device abstarcions (like button, Stepper motor,...)
  • Logger
  • Pin
    • I/O pin abstarcions
  • Simple (AVR) assembly language (for ATmega328) project
  • LED pattern "changer"

Demo

  • Implemented games:
    • Breakout
    • Snake
    • Tetris
  • 6 by 8 (red) LED "display"

NOTE: only one game deployed at a time

Demo

Demo

Demo

  • Automated plant wattering system
  • Includes callibration / re-callibration
  • 2 status indicating LEDs
  • Button press switches between callibration and wattering mode
  • Driven by state machine

Demo