switched to standard I2Cdev lib, changed reg 0x44 volume control to remove agc delay

This commit is contained in:
morgan
2015-12-10 17:32:18 -08:00
parent c97b0801d5
commit 28f1ff016c
4 changed files with 119 additions and 86 deletions

View File

@@ -8,7 +8,8 @@
#ifndef _HAMSHIELD_H_
#define _HAMSHIELD_H_
#include "I2Cdev_rda.h"
//#include "I2Cdev_rda.h"
#include "I2Cdev.h"
#include "SimpleFIFO.h"
#include "AFSK.h"
#include "DDS.h"