Documentation Errata
Pyrotom
Posts: 84
The documentation for stamp.core.Button on pages 160-163 lists a return value BUTTON_STILL_DOWN that does not exist, and does not explain BUTTON_DEBOUNCE, which does exist. The code listing 5.9 shows the correct set of responses. Under what conditions will it return BUTTON_DEBOUNCE?
Comments
Then the debounce timer is started. If the button is still down when the
debounce timer expires, the button state changes to BUTTON_DOWN.
On the other two messages: you are right about those documentation errors.
The classes are OK.
regards peter