Mercurial > ~darius > hgwebdir.cgi > stm32test
view comm.h @ 0:c59513fd84fb
Initial commit of STM32 test code.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 03 Oct 2011 21:19:15 +1030 |
parents | |
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