/electronics-sandbox

Electronics learning bits

Primary LanguageC

sandbox

Demos and useful snippets. These are pure, standalone source code files without any project infrastructure, but they work (if the connections are right ;-).

  • {ATmega384P} Timer: timer.c
  • {ATmega384P} PWM: pwm.c
  • {ATmega384P} LED dimmer with PWM and ADC from Joystick command: led_dimmer.c
  • {ATmega384P} Servo controlled by joystick: servo.c
  • {ATmega384P} Graphic LCD 128x64 (KS0108 controller) -- bouncing pixel demo: lcd_pixel_bounce.c
  • {ATmega384P} Graphic LCD 128x64 (KS0108 controller) -- starfield demo: lcd_starfield.c
  • {ATmega1284P} Graphic LCD 128x64 (KS0108 controller) -- pixel moved by joystick: lcd_pixel_joystick.c