mariusmotea / diyHue

Philips Hue emulator that is able to control multiple types of lights
Other
627 stars 107 forks source link

Use Arduino internal analogWrite instead of pwm.c driver #387

Closed Nikfinn99 closed 6 years ago

Nikfinn99 commented 6 years ago

Updated all remaining sketches to use analogWrite instead of functions from pwm.c for better performance.

!sketches for PlatformIO were not updated as those are out of date.

Nikfinn99 commented 6 years ago

I checked all modified sketches, if they compile successfully, but due to lack of existing hardware, functionality could not be tested. In theory it should work.

mariusmotea commented 6 years ago

Thanks