- Shield para Arduino nano Kaanbal
- C++
Compress-Archive .\kaanbal-lib\*.* -DestinationPath .\kaanbal.zip -F
$user="irvyn"
Copy-Item -Path "C:\Users\$user\Documents\ic\hwlib\Kaanbal" -Destination "C:\Users\$user\Documents\Arduino\libraries" -Recurse -Force
#include <Kaanbal.h>
SingleActuator led(13);
void setup() {
}
void loop() {
led.changeState(HIGH);
delay(1000);
led.changeState(LOW);
delay(1000);
}
- Python GPIO control para raspberry pi pico
- Touch Sensor
- Potenciometer
- Joystick
- PIR
- LM35
- Nextion Display
- LED
- Relay
- Solid state relay
- Motor DC
- RGB
- Servo motor
- NeoPixel
pip install gpiopico
from gpiopico import Led
led1 = Led(2, True)
led1.on()
led1.change_pwm(125) #value 0-255