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.
Diff: Test.h
- Revision:
- 0:f7ea94750875
- Child:
- 3:1a838bfb4101
diff -r 000000000000 -r f7ea94750875 Test.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Test.h Tue Jul 18 07:32:39 2017 +0000 @@ -0,0 +1,18 @@ + + +#define SD_CS D10 +#define SD_MOSI D11 +#define SD_MISO D12 +#define SD_SCK D13 + +#define DATA_CNT 10 + + +extern void SD_Init(void); +extern int NeuronToSD(); +extern int SDToNeurons(); +extern int data_learn(void); +extern void data_classify(void); +extern void NSR_Test(void); +extern void Connection_test(void); +extern void Memory_Test(void); \ No newline at end of file