Update cyclic.h

This commit is contained in:
August Quint 2020-02-03 15:23:13 +01:00 committed by GitHub
parent 0bc7afe023
commit 6eccb475e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,15 @@
#include "display.h"
#endif
#if (HAS_SDS011)
#include "sds011read.h"
#endif
#if (HAS_SDCARD)
#include "sdcard.h"
#endif
extern Ticker housekeeper;
void housekeeping(void);