Skip to content

Commit

Permalink
bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nagimov committed Nov 26, 2020
1 parent ad9a889 commit e121a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adxl345spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define POWER_CTL 0x2D
#define DATAX0 0x32

const char codeVersion[3] = "0.2"; // code version number
const char codeVersion[3] = "0.3"; // code version number
const int timeDefault = 5; // default duration of data stream, seconds
const int freqDefault = 5; // default sampling rate of data stream, Hz
const int freqMax = 3200; // maximal allowed cmdline arg sampling rate of data stream, Hz
Expand Down

0 comments on commit e121a9c

Please sign in to comment.