-
Notifications
You must be signed in to change notification settings - Fork 295
Open
Description
The goil templates allows to declare a driver through the LIBRARY object (in config.oil file). However, the LIBRARY object embeds a path and a set of functions (header/code).
it is useful for basic drivers, but it may be improved with the support of an OIL subset (isr, tasks, alarms,β¦) for more complex drivers.
dapperfu and taha-ub2