An example Scala 3 application to show the new features introduced by the language.
See also the post that describes Scala 3 features implemented in the application deeper.
Features shown:
This library allows to simplify logging for Android applications. It wraps default Log functionality and adds ability to log to permanent memory.
Features:
Scala 3 macros examples.
See also the post that describes features implemented in the project deeper.
Features:
Software to handle Plantower PMS5003 air quality sensor for Arduino. It is written with use of C++ and applied in a small project.
Beside the sensor handling more hardware is handled in the code. You can use it in own projects or treat as an example to learn.