Description
The Runtime interface is supposed to be a platform agnostic representation of the
runtime environment.
Instead of passing arbitrary numbers (which will only work for Arduino), we should
instead pass generic enums and let each implementation determine how these
enums should be interpreted.
Definition of Done
- Platform specific dependencies are removed
Description
The
Runtimeinterface is supposed to be a platform agnostic representation of theruntime environment.
Instead of passing arbitrary numbers (which will only work for Arduino), we should
instead pass generic enums and let each implementation determine how these
enums should be interpreted.
Definition of Done