Skip to main content
2 of 2
deleted 99 characters in body
Anonymous Penguin
  • 6.4k
  • 10
  • 34
  • 62

Arduino Yun, pass int data true REST

Would it be possible to instead of passing a state via a REST browser:

digital/13/1

to set an int value? For example, if in the sketch if I would name an int: 2, could I set this to 48 via REST?

If so, how?