Changes between Version 77 and Version 78 of UserGuideGit
- Timestamp:
- Nov 22, 2017, 12:07:50 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v77 v78 173 173 '''Py4bot''' implements different components to build a custom remote control mapping: 174 174 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: 178 178 179 179 * click … … 186 186 Default trigger is ''click'' (you must press and release the button quickly). 187 187 188 ==== {{{Switch}}}====189 190 Thisis a button toggling between 2 states when you press it.191 192 ==== {{{Analog}}}====193 194 This componenthandles 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. 199 199 200 200 === Configurations and modifiers ===
