]> vault307.fbx.one Git - micorpython_ir.git/commitdiff
README improvements.
authorPeter Hinch <peter@hinch.me.uk>
Thu, 27 Feb 2020 10:21:14 +0000 (10:21 +0000)
committerPeter Hinch <peter@hinch.me.uk>
Thu, 27 Feb 2020 10:21:14 +0000 (10:21 +0000)
README.md

index 09804da66bef80f667682860bed6264706b32ca4..c1635194404241aecff2af41b06d2896a1f70b8b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -238,7 +238,7 @@ increase power.
 
 The transistor type is not critical.
 
 
 The transistor type is not critical.
 
-These circuits assume circuits as shown. Here the carrier "off" state is 0V,
+The driver assumes circuits as shown. Here the carrier "off" state is 0V,
 which is the driver default. If using a circuit where "off" is required to be
 3.3V, the constant `_SPACE` in `ir_tx.py` should be changed to 100.
 
 which is the driver default. If using a circuit where "off" is required to be
 3.3V, the constant `_SPACE` in `ir_tx.py` should be changed to 100.
 
@@ -255,7 +255,7 @@ channel 1 is used to configure the output pin as a PWM channel. Its frequency
 is set in the constructor. The OOK is performed by dynamically changing the
 duty ratio using the timer channel's `pulse_width_percent` method: this varies
 the pulse width from 0 to a duty ratio passed to the constructor. The NEC
 is set in the constructor. The OOK is performed by dynamically changing the
 duty ratio using the timer channel's `pulse_width_percent` method: this varies
 the pulse width from 0 to a duty ratio passed to the constructor. The NEC
-protocol defaults to 50%, the Philips ones to 30%.
+protocol defaults to 50%, the Sony and Philips ones to 30%.
 
 The duty ratio is changed by the Timer 5 callback `._cb`. This retrieves the
 next duration from the array. If it is not `STOP` it toggles the duty cycle
 
 The duty ratio is changed by the Timer 5 callback `._cb`. This retrieves the
 next duration from the array. If it is not `STOP` it toggles the duty cycle