|
Exploring BeagleBone
V1.0
|
#include "I2CDevice.h"#include <iostream>#include <sstream>#include <fcntl.h>#include <iomanip>#include <stdio.h>#include <unistd.h>#include <sys/ioctl.h>#include <linux/i2c.h>#include <linux/i2c-dev.h>
Namespaces | |
| exploringBB | |
Macros | |
| #define | HEX(x) setw(2) << setfill('0') << hex << (int)(x) |
| #define HEX | ( | x | ) | setw(2) << setfill('0') << hex << (int)(x) |
1.8.8