You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a C library for Widora MT7628 Board. It provides access to GPIO and other IO functions on the MTK MT7628/MT7688 chip, allowing access to the GPIO pins so you can control and interface with various external devices.
It provides functions for reading digital inputs and setting digital outputs, using SPI and I2C, and for accessing the system timers. Pin event detection is supported by polling (interrupts are not supported).
It is C++ compatible, and installs as a header file and non-shared library on any Linux-based distro.
Several example programs are provided. If you have any question please mailto [email protected].