phoreglad / pico-MP-modules

Collection of modules for Raspberry Pi Pico written in MicroPython. Most should work with other boards running MP.
MIT License
30 stars 7 forks source link

Short question #1

Closed CesMak closed 2 years ago

CesMak commented 2 years ago

want to use this lib to read out the pulses send from my digital electricity meter via gpio pins with my raspberry pi zero wh. Would this be possible?

phoreglad commented 2 years ago

No, this module relies on a hardware feature that is specific to the RP2040 microcontroller and is not available in Pi Zero.