projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Spiel beendbar gemacht.
[hackover2013-badge-firmware.git]
/
core
/
ssp
/
ssp.h
diff --git
a/core/ssp/ssp.h
b/core/ssp/ssp.h
index
3deab4e
..
3c4a4e8
100644
(file)
--- a/
core/ssp/ssp.h
+++ b/
core/ssp/ssp.h
@@
-79,7
+79,8
@@
sspClockPhase_t;
extern void SSP_IRQHandler (void);
void sspInit (uint8_t portNum, sspClockPolarity_t polarity, sspClockPhase_t phase);
extern void SSP_IRQHandler (void);
void sspInit (uint8_t portNum, sspClockPolarity_t polarity, sspClockPhase_t phase);
-void sspSend (uint8_t portNum, uint8_t *buf, uint32_t length);
+void sspSend (uint8_t portNum, uint8_t
const
*buf, uint32_t length);
void sspReceive (uint8_t portNum, uint8_t *buf, uint32_t length);
void sspReceive (uint8_t portNum, uint8_t *buf, uint32_t length);
+void sspSendReceive(uint8_t portNum, uint8_t *buf, uint32_t length);
#endif
#endif
This page took
0.019593 seconds
and
4
git commands to generate.