implement first prototype of the protocol

This commit is contained in:
Pavol Rusnak 2011-04-13 04:50:33 +02:00
parent f30c462567
commit 4fb8173118
2 changed files with 39 additions and 7 deletions

View file

@ -106,7 +106,7 @@ void PWMRun(void) {
LPC_TMR32B0->PWMC = 1<<0 | 1<<3; // enable pwn
LPC_TMR32B0->MCR |= 1<<9| 1<<0; NVIC_EnableIRQ(TIMER_32_0_IRQn);
// LPC_TMR32B0->MCR |= 1<<9| 1<<0; NVIC_EnableIRQ(TIMER_32_0_IRQn);
LPC_TMR32B0->TCR = 1;
}