commandline/usb-led-fader.c [code] | Commandline-tool for the USB-LED-Fader |
common/channels.h [code] | Global definitions, used by the firmware and the commandline-client |
common/usbledfader.h [code] | Global definitions and datatypes, used by the firmware and the commandline-client |
firmware/boolean.h [code] | Provides boolean variables in C |
firmware/config_message_queue.h [code] | Configures the message-queue |
firmware/config_message_queue_impl.h [code] | Configures the implementation of the message-queue |
firmware/config_pwm_timer_impl.h [code] | Configures the implementation of the PWM-timer |
firmware/main.c [code] | Firmware for the USB-LED-Fader |
firmware/message_queue.c [code] | A message queue used to exchange messages between two concurrent threads |
firmware/message_queue.h [code] | A message queue used to exchange messages between two concurrent threads |
firmware/pwm_channels.c [code] | Manages the values of the displayed channels |
firmware/pwm_channels.h [code] | Manages the values of the displayed channels |
firmware/pwm_timer.c [code] | Controls the actual PWM-output |
firmware/pwm_timer.h [code] | Controls the actual PWM-output |
firmware/usbconfig.h [code] | Configuration of the USB-driver |