Mercurial > ~darius > hgwebdir.cgi > stm32test
view comm.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 COMM_H_ #define COMM_H_ void comm_init(void); int comm_test(void); void comm_put(char); void comm_puts(const char*); char comm_get(void); #endif