Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 353 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 353 Bytes

A library to use the PCM module PCA9685 native with Mongoose OS

Overview

This library offers functions to generate PWM signals with the PCA9685 over I2C.

Comes with an MJS API as well.

This is still work in progress! Use it on your own risk!

ToDo:

  • check if device is attached
  • documentaion
  • add an RPC handler for testing/debugging