1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

doc fixes

This commit is contained in:
Rhys Weatherley 2012-05-25 15:32:20 +10:00
parent 858971da6e
commit fca3145d8b

View File

@ -52,7 +52,7 @@ it with fields:
Each field has a specific type, which may be one of the following classes: Each field has a specific type, which may be one of the following classes:
\li BoolField displays a boolean on/off value with the Up, Down, or Select \li BoolField displays a boolean on/off value with the Up and Down
buttons used to toggle its state. buttons used to toggle its state.
\li IntField displays an integer value within a specified range, with the \li IntField displays an integer value within a specified range, with the
Up and Down buttons used to modify the value. Up and Down buttons used to modify the value.
@ -75,7 +75,7 @@ D13; the LED will change state when the user toggles the field's value.
duration between 0 and 24 hours. duration between 0 and 24 hours.
Now that we have defined our form, we need to initialize the program and Now that we have defined our form, we need to initialize the program and
show it for the first time: show the form for the first time:
\dontinclude LCD/examples/Form/Form.pde \dontinclude LCD/examples/Form/Form.pde
\skip STATUS_LED \skip STATUS_LED