This is used for sending Data to receiving mDot

Dependencies:   libmDot-dev-mbed5-deprecated sd-driver ISL29011

Fork of mdot-examples by 3mdeb

Changes

RevisionDateWhoCommit message
31:79940947df2c 2018-04-14 SDesign2018 SD card functionality isn't working as wanted. Was working before.; Add method to send longitude and latitude floats. default tip
30:218c795a8081 2018-04-14 SDesign2018 updated mdot and mbed versions
29:0f0a059f023e 2018-04-13 SDesign2018 SD stopped working, GPS not working, others work. Update
28:29702434319d 2018-04-10 SDesign2018 axis offsets work.; Need to work on sd card shit cuz it sucks
27:5db200a4d496 2018-04-01 SDesign2018 dot->sleep replaces the ticker class from mbed; It works
26:15df8f054d11 2018-04-01 SDesign2018 Sending package with flags works
25:c92ef8ae7efb 2018-01-10 SDesign2018 Welp, ticker and interrupt works now. I messed up and used accelerometer trigger in my if statement instead of the temperature.
24:88c7bebf0b05 2018-01-10 SDesign2018 Periodic readings trigger if statement now occurs by calling periodicReading function taking a tx_data with type vector<uint8_t>
23:9c95ba021bdc 2018-01-10 SDesign2018 Ticker now works, performing periodic readings based on a single trigger variable-periodicReadingTrigger;
22:388f97cf422a 2018-01-10 SDesign2018 Changed to do periodic reading from trigger
21:d96ef380a5d3 2018-01-10 SDesign2018 Line 199 changed to at fall interrupt response;
20:dba07b7d9675 2017-12-11 SDesign2018 Interrupts probably don't work due to other mdot interrupts
19:0799d6348449 2017-12-10 SDesign2018 Made the interrupt trigger a takeTemperature Flag instead. It seems that it goes it but triggers a mbed assertion failure.
18:0185bc4b9935 2017-12-10 SDesign2018 Tried to print HELLLLOOO to terminal; Breaks the code, once it goes into the interrupt i never comes out;
17:0a8d151af3c6 2017-12-10 SDesign2018 Accelerometer much more constistent now, Temperature interrupt works with the INT pin on adt7410 set high.
16:12f38e4755de 2017-12-09 SDesign2018 Options 1 and 3 are now much more consistent due to low pass filter and twos complement conversion before converting to 16bit value
15:d110e4bbff65 2017-12-09 SDesign2018 Added twos complement conversion to options 1 and 3
14:454090793a35 2017-12-09 SDesign2018 High speed mode at power control register(0x3F) disabled
13:e336881e0a3e 2017-12-09 SDesign2018 Got rid of enabling axis
12:bdf16bf682ec 2017-12-09 SDesign2018 Tried to use twos complement function;
11:dce6c1b255fd 2017-12-09 SDesign2018 Simplified the ADXL372 initialize function; Enabled low pass filter for more consistent data but still very high
10:db20118b7d32 2017-12-06 SDesign2018 Added I2C function for I2C self test
9:df0c4e8a3097 2017-12-06 SDesign2018 Added SPI self test and more options;
8:efab0e415826 2017-12-05 SDesign2018 Changed option 9
7:5f2b3d1a9b0b 2017-12-01 SDesign2018 Tried scanf but same results. D:; PLEASE HELP
6:3b41238872a8 2017-12-01 SDesign2018 Experimenting with string inputs for option 9.; Only takes one char and keeps that same value throughout.
5:c9ab5062cfc3 2017-12-01 SDesign2018 Added option 8 and 9; 8 to read SPI and 9 to write though not calling function yet;
4:b0ce6385d008 2017-12-01 SDesign2018 Added a whole lot of comments
3:66df9ec8e393 2017-11-30 SDesign2018 Error in the ticker interrupt. But everything Works
2:8fa8d825dfd7 2017-11-30 SDesign2018 Menues;
1:2e97ad133e56 2017-10-12 SDesign2018 Added crap int;
0:f3d9c16b08d7 2017-06-29 Maciej Pijanowski manual single channel example