descriptionControl four LEDs with an ATtiny or Arduino
repository URLhttps://github.com/snaewe/copter_light.git
ownerstefan.naewe+ro@gmail.com
last changeTue, 22 Aug 2017 19:42:41 +0000 (22 21:42 +0200)
last refreshMon, 6 May 2024 22:43:09 +0000 (7 00:43 +0200)
content tags
add:
README.md

copter_light

Control four LEDs with an ATtiny or Arduino

Image of finished board

shortlog
2017-08-22 Stefan NaeweReceiver PWM signal switches light modesmaster
2017-08-22 Stefan NaeweAdd image of board to README
2017-08-22 Stefan Naeweadd schematic and picture of board
2017-08-22 Stefan NaeweCreate .gitignore
2017-08-22 Stefan Naewepwm_in: disable interrupts in read_pwm()
2017-08-22 Stefan Naewestart reading PWM signal on pin 2
2017-08-15 Stefan Naeweuse millis instead of delay to measure time
2017-08-15 Stefan Naeweextract unused fade functions into new file
2017-08-11 Stefan Naeweadd global variable to limit LED brightness
2017-07-25 Stefan Naeweuse code of 'tiny_four_pwm' to display light pattern
2017-07-25 Stefan Naeweextract function displayPattern
2017-07-25 Stefan Naewestore (many more) light patterns in PROGMEM
2017-07-25 Stefan Naewemake test blink at startup faster and don't fade
2017-07-25 Stefan Naewecheck for correct #define to identify ATtiny85
2017-07-25 Stefan Naeweread light patterns from an array of 32bit values
2017-07-25 Stefan Naewesplit fade() into fadeUp() and fadeDown()
...
heads
6 years ago feature/split-files
6 years ago master
6 years ago work