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@3:1a838bfb4101, 2018-12-17 (annotated)
- Committer:
- Nasungil
- Date:
- Mon Dec 17 04:15:24 2018 +0000
- Revision:
- 3:1a838bfb4101
- Parent:
- 0:f7ea94750875
nm500 test
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Nasungil | 0:f7ea94750875 | 1 | |
| Nasungil | 0:f7ea94750875 | 2 | |
| Nasungil | 0:f7ea94750875 | 3 | #define SD_CS D10 |
| Nasungil | 0:f7ea94750875 | 4 | #define SD_MOSI D11 |
| Nasungil | 0:f7ea94750875 | 5 | #define SD_MISO D12 |
| Nasungil | 0:f7ea94750875 | 6 | #define SD_SCK D13 |
| Nasungil | 0:f7ea94750875 | 7 | |
| Nasungil | 0:f7ea94750875 | 8 | #define DATA_CNT 10 |
| Nasungil | 0:f7ea94750875 | 9 | |
| Nasungil | 0:f7ea94750875 | 10 | |
| Nasungil | 0:f7ea94750875 | 11 | extern void SD_Init(void); |
| Nasungil | 0:f7ea94750875 | 12 | extern int NeuronToSD(); |
| Nasungil | 0:f7ea94750875 | 13 | extern int SDToNeurons(); |
| Nasungil | 0:f7ea94750875 | 14 | extern int data_learn(void); |
| Nasungil | 0:f7ea94750875 | 15 | extern void data_classify(void); |
| Nasungil | 0:f7ea94750875 | 16 | extern void NSR_Test(void); |
| Nasungil | 0:f7ea94750875 | 17 | extern void Connection_test(void); |
| Nasungil | 3:1a838bfb4101 | 18 | extern void Memory_Test(void); |
| Nasungil | 3:1a838bfb4101 | 19 | extern void Cell_Test(void); |