Skip to content

Commit

Permalink
modify readme.md for 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-source committed Apr 19, 2017
1 parent b50cbab commit 828026a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@

## Changelog:

1.1.1 fix soft ir frequency and wave width problem
1.1.2 fix PWM frequency and refactory DYIRDaikinRecv class

1.1.1 fix soft ir frequency and wave width problem

1.1.0 change class and function name,support STM32Duino/Arduino ESP8266/Ameba and Arduino PWM IR Signal,Arduino UNO/Nano/mega 2560 support SOFT IR

Expand Down Expand Up @@ -54,6 +56,7 @@
Default is pin 3 when you use `begin()`.Remeber! SOFT IR must assign pin by `begin(int irSendPin)`

### ESP8266

- pin 4:GPIO4
- pin 5:GPIO5

Expand All @@ -71,7 +74,7 @@ Default is pin 3 when you use `begin()`.Remeber! SOFT IR must assign pin by `beg
- pin 2:D2
- pin 5:D5

### STM32F1/F3/F4
### STM32F1

- pin 2:PA2
- pin 3:PA3
Expand Down Expand Up @@ -104,7 +107,7 @@ Default is pin 3 when you use `begin()`.Remeber! SOFT IR must assign pin by `beg
- sendCommand();

You must initial setting by your programming and,
After Setting execute daikin_sendCommand()
After Setting execute sendCommand()

## Example Daikin ARC:

Expand Down

0 comments on commit 828026a

Please sign in to comment.