beagleboard / bonescript

Scripting tools for the BeagleBoard and BeagleBone
http://beagleboard.org
MIT License
32 stars 9 forks source link

callback documentation #42

Open jadonk opened 6 years ago

jadonk commented 6 years ago

From @troywweber7 on August 10, 2017 1:21

There is no documentation on the callbacks for any of the functions. From experimentation, I'm seeing that the format of callback responses is inconsistent and does not follow node.js standard callback structures. Can you provide some insight on the README about callbacks and their structure?

Copied from original issue: jadonk/bonescript#152

jadonk commented 6 years ago

When you fix this, make sure the examples in bone101 still work.

vaishnavachath commented 6 years ago

Sure , i will verify the examples too while making changes , would it be okay to make changes to some of the bone101 examples to adapt to the change? ( if number of failing examples are quite low)