Does the OPTA have analogWrite capabilities over A0-A7?
This simple code errors out.
void setup() {
pinMode(1, INPUT);
}
void loop() {
if (1 == HIGH){
analogWrite(A4, 200);
}
}
Does the OPTA have analogWrite capabilities over A0-A7?
This simple code errors out.
void setup() {
pinMode(1, INPUT);
}
void loop() {
if (1 == HIGH){
analogWrite(A4, 200);
}
}
The "getting started" does not show an analogWrite()
Hello!
I'm Francesca from Arduino.
Opta is equipped with 8 programmable inputs, which can be used as digital or analog, and 4 Electromechanical relays as outputs. Due to this reason, up to now, the analogWrite() is not relevant for this hardware for the moment.
Have a nice day!