You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,21 +75,18 @@ void loop() {
75
75
```
76
76
77
77
# Getting started
78
-
For importing library and run the sample code, please find **Getting started** page (README.md) of [TempSensor_NXP_Arduino](https://github.com/teddokano/TempSensor_NXP_Arduino/blob/main/README.md).
79
-
<!--
80
78
Use **Library manager** in Arduino IDE for easy install
81
-
- **Find** this library: **Open** the _**Library Manager**_ pane, **Search** this library and click **INSTALL** button.
82
-

79
+
-**Find** this library: **Open** the _**Library Manager**_ pane, **Search** this library (type "**PCA99**" in the search field then this library will be shown) and click **INSTALL** button.
80
+


92
-
-->
89
+

93
90
94
91
# What's inside?
95
92
## LED driver library
@@ -106,9 +103,11 @@ Method|Role
106
103
107
104
Example code is provided as scketch files.
108
105
### How to use?
109
-
For a quick access to those sketch, **refer to last step** of **"Getting started" section** of [TempSensor_NXP_Arduino](https://github.com/teddokano/TempSensor_NXP_Arduino/blob/main/README.md) page (README.md).
106
+
For a quick access to those sketch, **refer to last step** of **"Getting started" section** of this page.
110
107
111
108
### List of sample code
109
+
110
+
#### Basic examples
112
111
Folder|Sketch|Target|Feature
113
112
---|---|---|---
114
113
PCA9955B/ |0_simple_ch0_PCA9955B |PCA9955B |**Simple** sample for just blinking channel 0
@@ -123,6 +122,10 @@ PCA9957/ |0_simple_ch0_PCA9957 |PCA9957 |**Simple** sample for just blinkin
123
122
PCA9957/ |1_all_channels_PCA9957 |PCA9957 |Simple operation to blink **all channels in order**
124
123
PCA9957/ |2_color_phases_PCA9957 |PCA9957 |Phase independent dimming on color LEDs: **color mixing**
125
124
PCA9957/ |3_direct_register_access_PCA9957 |PCA9957 |**Direct register access** sample. Write/read a register in every 100 mili-second
concept_examples/ |abstracting_LEDs |PCA9955B |For further easy operations for multiple LEDs
127
130
concept_examples/ |buffered_mode |PCA9955B |Demo: how to use "buffered" mode
128
131
concept_examples/ |buffered_mode_with_timer |PCA9955B |Demo: LED refresh rate managed by **timer interrupt**. This code is using [MsTimer2](https://playground.arduino.cc/Main/MsTimer2/) library
0 commit comments