Microchip® Advanced Software Framework

conf_board.h File Reference

Example specific board configuration file.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

Macros

#define CONF_BOARD_ENABLE_USARTA1
 
#define GET_BATTERY_VOLTAGE()   tfa_get_batmon_voltage()
 

Typedefs

typedef enum button_state_tag button_state_t
 Button action. More...
 

Enumerations

enum  button_state_tag {
  BUTTON_PRESSED,
  BUTTON_OFF
}
 Button action. More...
 

#define CONF_BOARD_ENABLE_USARTA1
#define GET_BATTERY_VOLTAGE ( )    tfa_get_batmon_voltage()

Button action.

Button action.

Enumerator
BUTTON_PRESSED 

Button is pressed.

BUTTON_OFF 

Button is released.