LED Flasher on Multiwii 328P

Post Reply
PolyGONtrauma
Posts: 2
Joined: Sun Aug 18, 2013 4:28 pm

LED Flasher on Multiwii 328P

Post by PolyGONtrauma »

Hey,
I'm currently looking for a way to connect LEDs to my HK Multiwii 328P. I deleted the "//" signs in the LED Flasher part of the config, but I don't know how to connect the LEDs to the board. But appearently there is a way to get it working:
http://www.youtube.com/watch?v=mYIIX7f1-yQ
Does anybody know how to connect the LEDs to the board?

Thanks in advance,
David

doughboy
Posts: 252
Joined: Tue Sep 04, 2012 7:20 am

Re: LED Flasher on Multiwii 328P

Post by doughboy »

according to this
//#define LED_FLASHER_PORT PORTB
//#define LED_FLASHER_BIT PORTB4
it is digital pin 12 on atmega328/uno board, or digital pin 10 on the atmega2560/mega board.

Post Reply