News

This Arduino example code demonstrates how to set up and use the IQS7225A Integrated Circuit (IC). The IQS7225A is a 6-channel device with self-capacitance, mutual-capacitance and inductive sensing ...
This Arduino example code demonstrates how to set up and use the IQS9320 Integrated Circuit (IC). The IQS9320 is a 20-channel inductive sensing device. This class provides an easy means of ...
A new window with the example blink code will be open. In the code area, you can see two functions, void setup() and void loop(). The void setup() function is the first function that will run when the ...
The Arduino ... code in loop() can be extracted into a function, outPins, and the duplicate code can be manually replaced with a call to the new function. Not an earth shaking example, admittedly ...
When it’s successful, the PlatformIO logo should show up on Visual Studio Code’s left tray area. Press this logo whenever you want to use PlatformIO. Compared to the Arduino IDE, coding with ...