Moves using namespace from ChipObject.h into hal namespace (#323)

This commit is contained in:
Thad House
2016-11-03 23:01:13 -07:00
committed by Peter Johnson
parent 5e54969f6b
commit 03d8f9193b
5 changed files with 13 additions and 3 deletions

View File

@@ -16,6 +16,8 @@
#include "ChipObject.h"
#include "HAL/HAL.h"
using namespace hal;
// The 7-bit I2C address with a 0 "send" bit
static const uint8_t kSendAddress = (0x1c << 1) | 0;