led_spi.h 332 B

1234567891011121314
  1. #ifndef LED_SPI_H_
  2. #define LED_SPI_H_
  3. #include <SmingCore.h>
  4. /* Exported functions prototypes */
  5. void LED_Init (void);
  6. void LED_ShowBin(uint8_t hbin, uint8_t lbin);
  7. void LED_ShowBinPos(uint8_t pos, uint8_t bin);
  8. void LED_SemicolonOn(void);
  9. void LED_SemicolonOFF(void);
  10. void LED_SetBright(uint8_t bright);
  11. #endif /* LED_SPI_H_ */