mirror of
https://github.com/brmlab/edubrm.git
synced 2025-12-16 18:43:58 +01:00
add SSP commands
This commit is contained in:
parent
1e2e2587bb
commit
cb8ea5c0e5
5 changed files with 36 additions and 8 deletions
|
|
@ -110,6 +110,7 @@ extern void SSP_IRQHandler (void);
|
|||
extern void SSPInit( void );
|
||||
extern void SSPSend( const uint8_t *Buf, uint32_t Length );
|
||||
extern void SSPReceive( uint8_t *buf, uint32_t Length );
|
||||
extern void SSPSend2(const uint8_t a, const uint8_t b);
|
||||
|
||||
#endif /* __SSP_H__ */
|
||||
/*****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue