Changes between Version 77 and Version 78 of UserGuideGit


Ignore:
Timestamp:
Nov 22, 2017, 12:07:50 PM (8 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v77 v78  
    173173'''Py4bot''' implements different components to build a custom remote control mapping:
    174174
    175 ==== {{{Button}}} ====
    176 
    177 This is a simple push button, whith several ''triggers'', in order to control its behavior:
     175==== Button ====
     176
     177{{{Button}}} is a simple push button, with several ''triggers'', in order to control its behavior:
    178178
    179179 * click
     
    186186Default trigger is ''click'' (you must press and release the button quickly).
    187187
    188 ==== {{{Switch}}} ====
    189 
    190 This is a button toggling between 2 states when you press it.
    191 
    192 ==== {{{Analog}}} ====
    193 
    194 This component handles a single analog axis.
    195 
    196 ==== {{{Joystick}}} ====
    197 
    198 Combines several {{{Analog}}} axes.
     188==== Switch ====
     189
     190{{{Switch}}} is a button toggling between 2 states when you press it.
     191
     192==== Analog ====
     193
     194{{{Analog}}} handles a single analog axis.
     195
     196==== Joystick ====
     197
     198{{{Joystick}}} combines several {{{Analog}}} axes.
    199199
    200200=== Configurations and modifiers ===