]> git.cryptolib.org Git - avr-crypto-lib.git/blob - serial-tools.h
new, derived from old avr/crypto + cast5
[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_*/