Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

SimulIDE 1.0.0-RC1 Arduino PWM pins do not work correctly

2 posters

Go down  Message [Page 1 of 1]

samy4sam



The PWM pins cannot be controlled correctly in version SimulIDE-1.0.0-RC1.

Code:
int pwmPin = 10;

void setup(){
  pinMode(pwmPin, OUTPUT);
}

void loop(){
  analogWrite(pwmPin, 125);
}

SimulIDE-0.4.15-SR7:
SimulIDE 1.0.0-RC1  Arduino PWM pins do not work correctly 0_4_1512

SimulIDE-1.0.0-RC1:
SimulIDE 1.0.0-RC1  Arduino PWM pins do not work correctly 1_0_012
Attachments
SimulIDE 1.0.0-RC1  Arduino PWM pins do not work correctly AttachmentpwmPin.zip
You don't have permission to download attachments.
(3 Kb) Downloaded 1 times



Last edited by arcachofo on Fri Dec 24, 2021 2:35 am; edited 1 time in total (Reason for editing : Marked as solved (green color))

https://github.com/samy4sam

arcachofo

arcachofo

Thanks.

You are right,most PWM pins don't work.

arcachofo

arcachofo

Problem solved at 1.0.0 Rev 673.

samy4sam likes this post

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum