1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00

Added general yield()-hook for cooperative scheduling development

This commit is contained in:
Cristian Maglie
2012-10-31 01:37:37 +01:00
parent cf4d72c043
commit 107c1929bd
9 changed files with 49 additions and 30 deletions

View File

@ -15,6 +15,8 @@
extern "C"{
#endif
#define yield()
#define HIGH 0x1
#define LOW 0x0