From 3902eebb6a930494b080d72656f513f9e2a51937 Mon Sep 17 00:00:00 2001 From: Walt Sorensen Date: Sun, 3 Nov 2019 17:53:50 -0700 Subject: [PATCH] Add new functions from v2.2.0 to the Keywords Adds the following - setOscillatorFrequency - getOscillatorFrequency - FREQUENCY_OSCILLATOR --- keywords.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keywords.txt b/keywords.txt index 3e9ccc3..2831dae 100644 --- a/keywords.txt +++ b/keywords.txt @@ -20,7 +20,10 @@ setPWM KEYWORD2 setPin KEYWORD2 readPrescale KEYWORD2 writeMicroseconds KEYWORD2 +setOscillatorFrequency KEYWORD2 +getOscillatorFrequency KEYWORD2 ####################################### # Constants (LITERAL1) ####################################### +FREQUENCY_OSCILLATOR LITERAL1