-
Book Overview & Buying
-
Table Of Contents
Creative DIY Microcontroller Projects with TinyGo and WebAssembly
By :
As of the time of writing, there are 53 devices supported by TinyGo. The driver we just wrote, which I am going to contribute to TinyGo, will support 54 devices. But where can we find drivers for devices that we want to use? The answer is simple: there is a repository for this purpose. You can find it at https://github.com/tinygo-org/drivers.
In the next chapter, we will learn how to use such drivers when using different types of displays.
The TinyGo community happily appreciates all contributions. If you develop a driver for a device and want to contribute it to TinyGo, you can follow these simple steps:
You can find the contribution guidelines at the following link: https://github.com/tinygo-org/drivers/blob/release/CONTRIBUTING...