top of page
PWM Assigned LED Brightness Code

​void setup() {               
pinMode(9, OUTPUT);// sets up the pin as an output
}
 
void loop() {

analogWrite(9, 255);//assigns a voltage value of 255 for full brightness
 }

Igniting Innovation through Functional Prototyping and Physical Computing

Contact Information

odysseyboardedu.@gmail.com
Phone: (360) 303-5526
24338 Lee Road
Mount Vernon, WA 98274

Contact Us

Thanks for submitting!

© 2017 by Odyssey Board. All rights reserved.

bottom of page