1
0
mirror of https://github.com/esphome/esphome.git synced 2025-07-05 14:43:18 +01:00

Neopixelbus redo method definitions ()

This commit is contained in:
Otto Winter
2021-11-10 19:35:31 +01:00
committed by GitHub
parent d8e33c5a69
commit 8aa72f4c1e
6 changed files with 585 additions and 112 deletions

@ -32,6 +32,7 @@ def clang_options(idedata):
'-D_PGMSPACE_H_',
'-Dpgm_read_byte(s)=(*(const uint8_t *)(s))',
'-Dpgm_read_byte_near(s)=(*(const uint8_t *)(s))',
'-Dpgm_read_word(s)=(*(const uint16_t *)(s))',
'-Dpgm_read_dword(s)=(*(const uint32_t *)(s))',
'-DPROGMEM=',
'-DPGM_P=const char *',