client-c  0.7.4
chip_specififc.h File Reference

Go to the source code of this file.

Functions

uint32_t get_sys_max (uint32_t s1, uint32_t s2)
 
time_t get_sys_milis (void)
 
void debug (const char *format,...)
 
void ledOn (void)
 
void ledOff (void)
 
void lightOn (bool left, bool right)
 
void lightOff (bool left, bool right)
 
void esp8266_reset (void)
 

Function Documentation

void debug ( const char *  format,
  ... 
)
void esp8266_reset ( void  )
uint32_t get_sys_max ( uint32_t  s1,
uint32_t  s2 
)
time_t get_sys_milis ( void  )
void ledOff ( void  )
void ledOn ( void  )
void lightOff ( bool  left,
bool  right 
)
void lightOn ( bool  left,
bool  right 
)