Other Parts Discussed in Thread: ENERGIA
Hello,
i want to create a PWM signal with Energia. With the "wiring_analog.c" library it is possible to usw this code to create an PWM:
pinMode(PL_4, OUTPUT);
PWMWrite(PL_4,1000,55,50);
With this code i get a PWM signal with HIGH(3.3 volt) and LOW (0 volt)
Is it possivle to get a PWM signal with HIGH (5 volt)?
Thanks in advance.
best regards.
YAMAN