Skip to content

Commit 2b9c9f2

Browse files
authored
Update README.md
1 parent a1f4d26 commit 2b9c9f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ Then in the loop method you need to call:
6565
}
6666
```
6767

68+
As of V1.1 - Arduino Only - If you want to use the legacy interrupt marshalling support instead of building an event you must additionally include the following:
69+
70+
#include <BasicInterruptAbstraction.h>
71+
72+
6873
## Further documentation and getting help
6974

7075
* [TaskManagerIO documentation pages](https://www.thecoderscorner.com/products/arduino-libraries/taskmanager-io/)

0 commit comments

Comments
 (0)