New Version with OS5

Revision:
3:0eb6a9927171
Parent:
0:62b846b3988a
--- a/i2cHandler.h	Sun Oct 25 10:16:43 2020 +0000
+++ b/i2cHandler.h	Sun Oct 25 10:45:04 2020 +0000
@@ -18,7 +18,7 @@
 typedef unsigned int uint32_t;
 typedef unsigned short uint16_t;
 
-namespace I2C {
+namespace I2C_A {
 	class i2cHandler {
 		private:
 			uint8_t *dataTx;