Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 453afc6

Browse files
committed
3124 Added note that Cayenne library can be installed from the Arduino Library Manager.
1 parent bc768ce commit 453afc6

File tree

82 files changed

+165
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+165
-15
lines changed

Actuators/GenericDigitalOutput/GenericDigitalOutput.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Cayenne Generic Digital Output Example
33
44
This sketch shows how to set up a Generic Digital Output with Cayenne.
55
6+
The Cayenne Library is required to run this sketch. If you have not already done so you can install it from the Arduino IDE Library Manager.
7+
68
Steps:
79
1. In the Cayenne Dashboard add a new Generic Digital Output.
810
2. Select a digital pin number. Do not use digital pins 0 or 1 since those conflict with the use of Serial.

Actuators/GenericDigitalOutput/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This sketch shows how to set up a Generic Digital Output with Cayenne.
44

5+
The Cayenne Library is required to run this sketch. If you have not already done so you can install it from the Arduino IDE Library Manager.
6+
57
###### Steps:
68
1. In the Cayenne Dashboard add a new Generic Digital Output.
79
2. Select a digital pin number. Do not use digital pins 0 or 1 since those conflict with the use of Serial.

Actuators/GenericPWMOutput/GenericPWMOutput.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Cayenne Generic PWM Output Example
33
44
This sketch shows how to set up a Generic PWM Output with Cayenne.
55
6+
The Cayenne Library is required to run this sketch. If you have not already done so you can install it from the Arduino IDE Library Manager.
7+
68
Steps:
79
1. In the Cayenne Dashboard add a new Generic PWM Output.
810
2. Select a digital PWM pin number (3, 5, 6, 9, 10, and 11 on most Arduino boards).

Actuators/GenericPWMOutput/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This sketch shows how to set up a Generic PWM Output with Cayenne.
44

5+
The Cayenne Library is required to run this sketch. If you have not already done so you can install it from the Arduino IDE Library Manager.
6+
57
###### Steps:
68
1. In the Cayenne Dashboard add a new Generic PWM Output.
79
2. Select a digital PWM pin number (3, 5, 6, 9, 10, and 11 on most Arduino boards).

Actuators/LightSwitch/LightSwitch.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Cayenne Light Switch Example
33
44
This sketch shows how to set up a Light Switch with Cayenne
55
6+
The Cayenne Library is required to run this sketch. If you have not already done so you can install it from the Arduino IDE Library Manager.
7+
68
Steps:
79
1. In the Cayenne Dashboard add a new Light Switch Widget.
810
2. Select a digital pin number. Do not use digital pins 0 or 1 since those conflict with the use of Serial.

Actuators/LightSwitch/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This sketch shows how to set up a Light Switch with Cayenne
44

5+
The Cayenne Library is required to run this sketch. If you have not already done so you can install it from the Arduino IDE Library Manager.
6+
57
###### Steps:
68
1. In the Cayenne Dashboard add a new Light Switch Widget.
79
2. Select a digital pin number. Do not use digital pins 0 or 1 since those conflict with the use of Serial.

Actuators/Luminosity/Luminosity.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Cayenne Luminosity Example
44
This sketch sample file shows how to change the brightness on a LED
55
using Cayenne Dashboard.
66
7+
The Cayenne Library is required to run this sketch. If you have not already done so you can install it from the Arduino IDE Library Manager.
8+
79
Steps:
810
1. In the Cayenne Dashboard add a new Custom Widget, and select Slider.
911
2. Select a virtual pin number.

Actuators/Luminosity/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This sketch sample file shows how to change the brightness on a LED
44
using Cayenne Dashboard.
55

6+
The Cayenne Library is required to run this sketch. If you have not already done so you can install it from the Arduino IDE Library Manager.
7+
68
###### Steps:
79
1. In the Cayenne Dashboard add a new Custom Widget, and select Slider.
810
2. Select a virtual pin number.

Actuators/MotorSwitch/MotorSwitch.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ to make this example work, various electronic components are necessary to drive
77
the DC motor. To keep it simple, you will need an external power source, transistor (eg. PN2222),
88
diode (eg. 1N4001), and a 270 ohm resistor.
99
10+
The Cayenne Library is required to run this sketch. If you have not already done so you can install it from the Arduino IDE Library Manager.
11+
1012
Steps:
1113
1. In the Cayenne Dashboard add a Button using Custom Widget.
1214
2. Select a virtual pin number.

Actuators/MotorSwitch/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ to make this example work, various electronic components are necessary to drive
66
the DC motor. To keep it simple, the we will need a **transistor (PN2222)**,
77
**diode (1N4001)**, and a **270 ohm resistor**.
88

9+
The Cayenne Library is required to run this sketch. If you have not already done so you can install it from the Arduino IDE Library Manager.
10+
911
###### Steps:
1012
1. In the Cayenne Dashboard add a Button using Custom Widget.
1113
2. Select a virtual pin number.

0 commit comments

Comments
 (0)