view main.h @ 5:efa2c22266e3

PWM control LED backlight. Not sure why the AFIO clock needs to be on for this but not, say USART.
author Daniel O'Connor <darius@dons.net.au>
date Fri, 06 Jan 2012 09:46:28 +1030
parents c59513fd84fb
children
line wrap: on
line source

#ifndef MAIN_H_
#define MAIN_H_

void main_systick_action(void);

#endif /* MAIN_H_ */