pwm gen works.new pins assigned to all except interrupt. everything works except beacon spi.

Dependencies:   mbed-rtos mbed

Fork of pcb_test_v1_1 by sakthi priya amirtharaj

beacon.h

Committer:
sakthipriya
Date:
2015-04-07
Revision:
1:bbddd1763652
Parent:
0:e91ee0e99213

File content as of revision 1:bbddd1763652:

#include "mbed.h"

void writereg(uint8_t reg,uint8_t val);
uint8_t readreg(uint8_t reg);
void FUNC_BEA();