mirror of
https://github.com/brmlab/edubrm.git
synced 2025-12-16 18:43:58 +01:00
peanut butter jelly time
This commit is contained in:
parent
f9a133144e
commit
c35e71b061
9 changed files with 242 additions and 95 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue