Skip to content

New API for updating variables

Choose a tag to compare

@Overdrivr Overdrivr released this 08 Apr 16:01
· 40 commits to master since this release

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