Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sascha432 committed May 20, 2021
1 parent 9818b11 commit d3874b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The default address is 0x60
I2C has been tested with Arduino UNO, Nano and the ESP8266
Examples of I2C commands can be found in [tinypwm.h](tinypwm.h)

## TODOs

Storing modified configuration in the EEPROM

## PWM Output Channel

Pin 1 can be used to output a PWM signal with a given frequency from 488 to 65535Hz. For different frequencies timer1 can be programmed directly
Expand Down
4 changes: 2 additions & 2 deletions include/tinypwm.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ request info
+i2ctm=0x60,0x50,0x01,0x03,0;+i2ctm=0x60,0xf0;+i2crq=0x60,0x0f
+i2ctm=0x60,0x51,0x20,0x4e;;+i2ctm=0x60,0xf0;+i2crq=0x60,0x0f
+i2ctm=0x60,0x51,0x20,0x4e;+i2ctm=0x60,0xf0;+i2crq=0x60,0x0f
+i2ctm=0x60,0x51,0x88,0x13;;+i2ctm=0x60,0xf0;+i2crq=0x60,0x0f
+i2ctm=0x60,0x51,0x88,0x13;+i2ctm=0x60,0xf0;+i2crq=0x60,0x0f
*/

Expand Down

0 comments on commit d3874b4

Please sign in to comment.