Merged with master

This commit is contained in:
Lorenz Meier
2013-05-09 15:52:36 +02:00
11 changed files with 1225 additions and 156 deletions
+9
View File
@@ -53,6 +53,15 @@ namespace device __EXPORT
class __EXPORT I2C : public CDev
{
public:
/**
* Get the address
*/
uint16_t get_address() {
return _address;
}
protected:
/**
* The number of times a read or write operation will be retried on