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.
Test.h
- Committer:
- Nasungil
- Date:
- 2017-07-18
- Revision:
- 0:f7ea94750875
- Child:
- 3:1a838bfb4101
File content as of revision 0:f7ea94750875:
#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);