]> git.cryptolib.org Git - avr-crypto-lib.git/blob - serial-tools.h
4ed5f60ec4b3a6296c299cdcdd06cfb7ab81009c
[avr-crypto-lib.git] / serial-tools.h
1 #ifndef SERIALTOOLS_H_
2 #define SERIALTOOLS_H_
3
4
5 int getnextwordn(char *s, int n); /* words are seperated by spaces */
6 void readhex2buffer(void* buffer, int n);
7 void uart_putptr(void* p);
8
9 #endif /*SERIALTOOLS_H_*/