New API for updating variables
Variables can now be attached to a given topic with a given type:
uint8_t i;
attach_u8("foo", &i);
update_telemetry();
+Removed the unsused float parameter from update_telemetry
+Replaced void * types by uint8_t * type in IO functions
+Moved repository under continuous integration