RGB LED cube 5x5x5  1.0
Martin Stejskal, Schmidt Dominik
 All Files Functions Variables Macros Groups Pages
Functions
pwm_rgb.c File Reference

Driver for PWM on ATmega64 for controlling "R_GND", "G_GND" and "B_GND". More...

#include "pwm_rgb.h"

Go to the source code of this file.

Functions

void init_pwm_rgb (void)
 Prepare HW PWM channels. More...
 

Detailed Description

Driver for PWM on ATmega64 for controlling "R_GND", "G_GND" and "B_GND".

For advanced effects is PWM nice feature

Definition in file pwm_rgb.c.

Function Documentation

void init_pwm_rgb ( void  )

Prepare HW PWM channels.

If pwm_support is set to "disabled", then pins are only set to "1" forever

Definition at line 13 of file pwm_rgb.c.