Output device
This week was a big fail rollercoaster
Kept trying to get AVR programming in windows to work
Keep getting this error if I chose “rebuild solution”
And tried to use cmd to make with avrdude, but dose not seem to work
Finally, Rob found a solution of adding
#define F_CPU 8000000
At the start of the c code
Rob also helped out writing a PWM signal
Paired with a Opto-isolator, was able to moderately dim the light
Finally found that the dimmest I can go without looking too flicker is with the following settings
_delay_us(22);
_delay_us(100);