-
Notifications
You must be signed in to change notification settings - Fork 108
Samples:Grove Kit
Grove Kit is a starter kit from Seeed that is available for any Arduíno compatible devices (like Edison and Galileo). Soletta has a set of samples based on this kit that can be found here, many of them are the Soletta version for the samples proposed in the chart that comes with the kit, others use the kit capabilities to illustrate the use of some advanced nodes like the LCD ones.
In each sample, note that the sensors are connected to the same pins used on the fbp code (and it's config file) . You may want to choose them, to any compatible pin - but remember to change fbp code accordingly.
This is a translation of Grove_Button/Grove_Button.ino, from https://github.com/Seeed-Studio/Sketchbook_Starter_Kit_for_Arduino.git.
It's a button connected to a gpio pin configured as input (reader) that is used to trigger a LED through a gpio configured as output (writer). Press the button to turn on the LED.
See the code.
See the code.
See the code.
See the code.
See the code.
See the code.
See the code.
See the code.
See the code.