esp_common.h 298 B

1234567891011121314151617
  1. /*
  2. * Title: esp_common
  3. * Description: The purpose of this file is to simplfy includes for
  4. * the esp non-rtos sdk
  5. * Author: Tyler Berezowsky
  6. *
  7. */
  8. #ifndef __USER_CONFIG_H__
  9. #define __USER_CONFIG_H__
  10. #include "ets_sys.h"
  11. #include "user_interface.h"
  12. #include "mem.h"
  13. #include "osapi.h"
  14. #endif