The Peripheral Driver Module (PDM) is a driver module designed to provide a generic framework for peripheral access. It simplifies the process of accessing and managing peripherals by defining a ...
It looks like the pdm module uses config.deps.python3 instead of config.deps.python like everywhere else. This causes an issue if only config.deps.python is set and is not the exact version that ...