This post is the fifth blog post in our series of blog posts about Zephyr. You can find the previous episodes below:
- Getting started with Zephyr
- Understanding Zephyr’s Blinky example
- Zephyr: Implementing a Device Driver for a sensor
- Integrating ST7789H2 Display Support on STM32L562E-DK with Zephyr: A Step-by-Step Guide
In this 5th blog post, we are going to implement a driver for the Nunchuk joystick from Nintendo. The Nunchuk is a simple joystick, which has the advantage of having a very simple interface that relies on the I²C bus.
Continue reading “Zephyr: making a driver for the Nunchuk joystick”