Changes between Version 89 and Version 90 of WikiStart
- Timestamp:
- 2013-10-07 23:41:17 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v89 v90 23 23 The latest version of the Vera plugin can be found here: 24 24 25 http://code.mios.com/ trac/mios_arduino-sensor/browser/trunk/Vera25 http://code.mios.com/git_public/mios/arduino-sensor.git/tree/refs/heads/master:/VeraArduino/Vera?js=1 26 26 27 27 [[Image(serial.png, align=right, 300px)]] … … 35 35 All the components developed and compiled here are Open Source. The Vera plugin was inspired by the excellent rfxtrx plugin. I've also written a Arduino library handling all encoding and communication between Arduino sensors and ArduinoGateway. The Vera plugin part automatically creates newly found sensors in Vera. 36 36 37 It should be pretty simple to use the library (some more documentation in [[http://code.mios.com/ trac/mios_arduino-sensor/browser/trunk/Arduino/libraries/Vera/Vera.h|vera.h]]). But here follows the basic usage in your Arduino sketch:37 It should be pretty simple to use the library (some more documentation in [[http://code.mios.com/git_public/mios/arduino-sensor.git/blob/refs/heads/master:/VeraArduino/Arduino/libraries/Vera/Vera.h?js=1|vera.h]]). But here follows the basic usage in your Arduino sketch: 38 38 39 39 {{{