Method: UdooNeoRest::Accelerometer#data
- Defined in:
- lib/udooneorest/accelerometer.rb
#data ⇒ Object
Get the value for the Accelerometer
44 45 46 |
# File 'lib/udooneorest/accelerometer.rb', line 44 def data UdooNeoRest::Base.cat_and_status UdooNeoRest::Base.axis_path_data('Accelerometer') end |