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

Dependencies:   mbed-src Ping SDFileSystem

main/format.h

Committer:
lilac0112_1
Date:
2016-02-28
Revision:
1:ea7307724f1c
Parent:
0:6c79a352010b

File content as of revision 1:ea7307724f1c:

#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_*/