Method: Argus::ATCommander#tick
- Defined in:
- lib/argus/at_commander.rb
#tick ⇒ Object
31 32 33 34 35 36 37 38 |
# File 'lib/argus/at_commander.rb', line 31 def tick @mutex.synchronize do packet do command("REF", @ref_data) command("PCMD", @pcmd_data) end end end |