ジャパンオープン用のLPC824専用プログラム

Dependencies:   mbed-src Ping SDFileSystem

main/format.h

Committer:
lilac0112_1
Date:
2016-03-27
Revision:
8:7b9d70751bdf
Parent:
1:ea7307724f1c

File content as of revision 8:7b9d70751bdf:

#ifndef _FORMAT_H_
#define _FORMAT_H_

#if defined(ULTRA_SONIC) || defined(ULTRA_SONIC_2)
void Usw_System(void);
#endif /*(ULTRA_SONIC) || (ULTRA_SONIC_2)*/

#ifdef IR_SENSOR
void Ir_System(void);
uint16_t read_input(uint8_t ic, uint8_t channel);
uint8_t read_position(uint8_t ic, uint8_t channel);
void BubbleSort(uint16_t *data, uint8_t *data2, uint8_t n);//昇順にする.tkb
#endif /*IR_SENSOR*/

#endif /*_FORMAT_H_*/