Skip to content

Commit

Permalink
Serial to Matlab
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHeo94 committed Oct 1, 2015
1 parent ce61bf4 commit 7864029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SerialtoMatlab.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void main()

char tx_buffer[128];

long ms;
long curSampledTime, prevSampledTime;
struct timespec spec;

if ((fd = open("/dev/i2c-1", O_RDWR)) < 0){
Expand Down

0 comments on commit 7864029

Please sign in to comment.