From 5566dd08b1afbde0fc5c01d96f775ec909b33081 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Tue, 29 Dec 2020 15:11:51 -0600 Subject: [PATCH] Update Extras.md --- docs/Extras.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Extras.md b/docs/Extras.md index 6eeba2f..1c19f77 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -61,6 +61,8 @@ Since most RF/IR signals repeat the same train of pulses more than once, the dur * *numTicks* - the duration, in *ticks* of the pulse phase. Allowable range is 1-32767 ticks. Requests to add a pulse with *numTicks* outside this range are ignored, but raise non-fatal warning message * *phase* - set to 0 to create a LOW phase; set to 1 (or any non-zero number) to create a HIGH phase + + * repeated phases of the same type (e.g. HIGH followed by another HIGH) is permitted and result in a single HIGH phase with a duration equal to the sum of the *numTicks* specified for each repeated phase (this is helpful when generating Manchester-encoded signals) * `static void add(uint16_t onTime, uint16_t offTime)`