USB-Modus: Bedienungshinweis.
[hackover2013-badge-firmware.git] / core / ssp / ssp.h
index 3deab4e..3c4a4e8 100644 (file)
@@ -79,7 +79,8 @@ sspClockPhase_t;
 
 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 sspSendReceive(uint8_t portNum, uint8_t *buf, uint32_t length);
 
 #endif
This page took 0.020155 seconds and 4 git commands to generate.