menecats
menecats
DDeno
Created by Thomas on 10/21/2024 in #help
Raspberry Pi GPIO via Deno
Hi, I've managed to interact with the GPIO from Deno using the commands gpioget and gpiomon (based on the "new" libgpiod library). You can also write to a GPIO pin using the gpioset command, I didn't have the need for it. In the gpio.ts file you can find the code that I've used to read and monitor GPIO pins
3 replies