Contains nodes for creating arrays from bits and working with them. Creates a four-byte (20-byte) bit array with free access to the nth bit in the nth byte.
GFX fonts for the SenseCAP Indicator display. To be used with the draw-string node of the sensecap-indicator-gfx library. Wraps https://github.com/WaylandM/XOD_ArduinoFreeFontFile.
This is a simple low-frequency PWM-write made from nodes of the standard library. I use it for ESP32 because the standard pwm-write node doesn't work. The effective frequency is 100-200 Hz. Duty cycle varies from 16...83%. Also accepts discrete 0s and 1s. I checked the result of the node's operation with an oscilloscope.
Accumulate characters in string and read characters from string. It is possible to store "namber" or "byte" in a string as a stream of characters. And from this string, read the characters indicated by the index. Characters will be displayed in the form of "number" or "byte".
XOD library to control the internal real time clock (RTC) of the Arduino Zero, MKR1000 and related boards. Tested using the MKR Vidor 4000. Wraps https://github.com/arduino-libraries/RTCZero