docs/UPGRADING.md: Clarify the kaleidoscope::Runtime parts

Fixes #788.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/789/head
Gergely Nagy 5 years ago
parent cc605a10b0
commit e75676de33
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -529,7 +529,10 @@ Older versions of the plugin required one to set up `Key_Redial` manually, and l
### Class/global instance Kaleidoscope_/Kaleidoscope renamed to kaleidoscope::Runtime_/kaleidoscope::Runtime
After renaming, some of the original symbols have been deprecated. The deprecated symbols in `kaleidoscope/Runtime.h` are scheduled for removal on **2019-03-10**.
After the renaming, Kaleidoscope core should be using `kaleidoscope::Runtime`.
The former `Kaleidoscope` global symbol is to be used by sketches only - and
only because to not diverge too much from the Arduino naming style. Deprecated
symbols are scheduled for removal on **2020-03-15**.
### Transition to linear indexing

Loading…
Cancel
Save