Search found 2 matches

by boneskull
Wed Apr 05, 2017 8:14 pm
Forum: ESP32 Related
Topic: PlatformIO support
Replies: 1
Views: 3613

PlatformIO support

I'd like to send a PR into PlatformIO add this as as supported board. From what I can tell, EzSBC's ESP32 board is very similar to SparkFun's ESP32 Thing. Obviously, there's no JST connector for a battery, but are there any other differences to know about? I'm using "EzSBC ESP32-01 Breakout and...
by boneskull
Thu Mar 16, 2017 4:04 pm
Forum: ESP32 Related
Topic: rgb color cycle code
Replies: 1
Views: 3476

rgb color cycle code

Here's some code that cycles the on-board LED through the spectrum. I had expected to do this with analogWrite(), but it seems there's no such method in the ESP32 Arduino platform. Lot to learn here! :P /* * Ruthlessly stolen from https://github.com/kriswiner/ESP32/blob/master/PWM/ledcWrite_demo_ESP...