zongqiang.zhang | 0c6a088 | 2019-08-07 14:48:21 +0800 | [diff] [blame] | 1 | #ifndef _NEC_HARDWARE_H_ |
| 2 | #define _NEC_HARDWARE_H_ |
| 3 | |
| 4 | #include "config.h" |
| 5 | //#include "./g401301/src/G401_drv_hw_V01.h" |
| 6 | //#include "./g401301/src/stm32f10x_it.h" |
| 7 | //#define DEVICE_TYPE 'd'; |
| 8 | |
| 9 | |
| 10 | /*LED ÏÔʾ»º³åÇø*/ |
| 11 | //extern uint8 LEDSEG[7]; //ÏÔʾ»º³åÇø |
| 12 | |
| 13 | uint16 sp_init(void); |
| 14 | void sp_feed_dog(void); |
| 15 | void sp_valve_control(void); |
| 16 | void sp_flowsensor_control(void); |
| 17 | uint32 sp_flowsensor_get_count(void); |
| 18 | void sp_flowsensor_count_clear(void); |
| 19 | uint8 sp_flowsensor_check_valid(void); |
| 20 | |
| 21 | #endif |