Intro
This library is developed for the ECS Oberon-2 Compiler to support application development.
Currently the Windows, Linux & embedded ARMv7M targets are supported.
The Const module defines constants reused throughout the library.
The stream concept is used troughout the modules to support formatting, reading and writing of data. The Type module defines the basic stream type interface.
The unit tests can be inspected for basic usage. For more complete usage the DataConfig module is referenced as it uses many of the features of the library.