mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-06-18 16:45:33 -04:00
17 lines
291 B
C
17 lines
291 B
C
#ifndef _hal_h_
|
|
#define _hal_h_
|
|
|
|
|
|
extern bit PM_EXTDC_n;
|
|
extern bit BT_IN_CHG_n;
|
|
extern bit SW_POW_n;
|
|
extern bit SW_HOME_n;
|
|
extern bit SW_WIFI_n;
|
|
extern bit SHELL_OPEN;
|
|
|
|
// ========================================================
|
|
void hal_update();
|
|
void hal_reset();
|
|
|
|
#endif
|