Wavebubble 2010 Hardware Test
|
#include <avr/io.h>
#include <avr/pgmspace.h>
#include <avr/interrupt.h>
#include "serial.h"
#include "test.h"
#include "pll.h"
#include "main.h"
Functions | |
void | init_pwm (void) |
int | main (void) |
Variables | |
volatile char | in_char = 0 |
void init_pwm | ( | void | ) |
Init variable DC generation via PWM from timer 1
Referenced by main().
int main | ( | void | ) |
The main function.
References BANDWADJ1_RES, BANDWADJ2_RES, in_char, init_pwm(), LED, LEDDDR, LEDPORT, pc_puts_P(), pll_init(), POWERCTL1, POWERCTL1_DDR, POWERCTL1_PORT, POWERCTL2, POWERCTL2_DDR, POWERCTL2_PORT, POWERON, POWERON_DDR, POWERON_PORT, set_resistor(), set_sawtooth_high(), set_sawtooth_low(), SPICLK, SPICLK_DDR, SPICLK_PORT, SPICS, SPICS_DDR, SPICS_PORT, SPIDO, SPIDO_DDR, test_dc(), test_led(), test_pll1(), test_pll2_if(), test_pll2_rf(), test_powerswitch1(), test_powerswitch2(), test_resistors(), test_vcos(), and usart_init().
volatile char in_char = 0 |
Referenced by ISR(), main(), test_pll2_if(), and test_pll2_rf().