Skip to content
Snippets Groups Projects
Commit 7181ad08 authored by Daniela Genius's avatar Daniela Genius
Browse files

libsyscams modified

parent 4de7749e
No related branches found
No related tags found
1 merge request!135Master clone
#include "gpio2vci_address.h"
int get_address(char name[]) {
if(strcmp(name, "vibration_sensor") == 0) {
return 0xc0200000;
} else {
printf("ERROR getting address for cluster: \"%s\"\n", name);
return -1;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment