LPC824専用プログラム

Dependencies:   Ping SDFileSystem mbed-src

format.h

Committer:
lilac0112_1
Date:
2016-01-24
Revision:
9:7f98d4415425
Parent:
7:9b1ac6fbf32c
Child:
10:641da47d4a14

File content as of revision 9:7f98d4415425:

#ifndef _FORMAT_H_
#define _FORMAT_H_

#ifdef SD_CARD
void Sd_System(void);
#endif /*SD_CARD*/

#ifdef ULTRA_SONIC
void Usw_System(void);
#endif /*ULTRA_SONIC*/

#ifdef COLOR_SENSOR
void Color_System(void);
#endif /*COLOR_SENSOR*/

#ifdef IR_SENSOR
void Ir_System(void);
int read_input(int ic, int channel);
void BubbleSort(uint16_t *data, uint8_t n);
#endif /*IR_SENSOR*/

#endif /*_FORMAT_H_*/