mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
docs: Removed 'Grove' from Comments
Signed-off-by: Suyash Lakhotia <suyashlakhotia@gmail.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
b3991979ad
commit
1aa748e3d6
@ -22,10 +22,10 @@
|
||||
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
// Load Grove module
|
||||
// Load UPM module
|
||||
var ledSensor = require('jsupm_led');
|
||||
|
||||
// Create the Grove LED object using GPIO pin 2
|
||||
// Create the LED object using GPIO pin 2
|
||||
var led = new ledSensor.Led(2);
|
||||
|
||||
// Print the name
|
||||
|
Reference in New Issue
Block a user