项目作者: acgrama

项目描述 :
Electronics learning bits
高级语言: C
项目地址: git://github.com/acgrama/electronics-sandbox.git
创建时间: 2018-01-20T21:59:19Z
项目社区:https://github.com/acgrama/electronics-sandbox

开源协议:

下载


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