Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed APDS_9960 mbed-rtos
Diff: include/cSPI.h
- Revision:
- 35:7aef0bbdf335
- Parent:
- 9:6f3d8b714a59
- Child:
- 36:f58a566595ad
--- a/include/cSPI.h Fri Apr 22 11:28:37 2016 +0000
+++ b/include/cSPI.h Fri Apr 22 13:49:03 2016 +0000
@@ -32,9 +32,9 @@
void setMode(unsigned int mode);
void setBits(unsigned char bits);
// METHODES
- void initSPI(unsigned int frequence, unsigned int bits, unsigned int mode);
+ void initSPI(unsigned int frequence);
int envoyerMatrice(cMatrice &); // Renvoi la reponse SPI
-
+ void setNbMatrice(unsigned int nb);
};