diff options
Diffstat (limited to 'ao.h')
-rw-r--r-- | ao.h | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -44,7 +44,7 @@ struct ao_task { extern __xdata struct ao_task *__data ao_cur_task; -#define AO_NUM_TASKS 10 /* maximum number of tasks */ +#define AO_NUM_TASKS 16 /* maximum number of tasks */ #define AO_NO_TASK 0 /* no task id */ /* @@ -834,6 +834,16 @@ void ao_config_init(void); /* + * ao_rssi.c + */ + +void +ao_rssi_set(int rssi_value); + +void +ao_rssi_init(uint8_t rssi_led); + +/* * ao_product.c * * values which need to be defined for |