peanut butter jelly time

This commit is contained in:
Pavol Rusnak 2011-04-06 04:08:26 +02:00
parent f9a133144e
commit c35e71b061
9 changed files with 242 additions and 95 deletions

View file

@ -108,7 +108,7 @@
SSPReceive() will not be needed. */
extern void SSP_IRQHandler (void);
extern void SSPInit( void );
extern void SSPSend( char *Buf, uint32_t Length );
extern void SSPSend( const uint8_t *Buf, uint32_t Length );
extern void SSPReceive( uint8_t *buf, uint32_t Length );
#endif /* __SSP_H__ */