cc2538_hal.h 201 B

123456789101112
  1. #ifndef CC2538_HAL_H
  2. #define CC2538_HAL_H
  3. void init_uart(void);
  4. void putch(char c);
  5. char getch(void);
  6. void trigger_setup(void);
  7. void trigger_low(void);
  8. void trigger_high(void);
  9. #endif //CC2538_HAL_H