df

Dependencies:   mbed

Fork of APP1 by Team APP

Changes

RevisionDateWhoCommit message
23:2531e72d92b9 2017-02-09 GaiSensei gh default tip
22:900ee79e774f 2017-02-09 GaiSensei test pull request;
21:a111be2582be 2017-01-18 dupm2216 Add code header
20:3b82955f42f7 2017-01-17 dupm2216 Remove superfluous waits in uart communication
19:f5aa0ce5546b 2017-01-17 dupm2216 Integrate moving average filter in accelerometer
18:a21199781d20 2017-01-17 dupm2216 Add MovingAverageFilter
17:adea3133a571 2017-01-17 dupm2216 Remove superfluous line used for testing
16:c77e34bc69bc 2017-01-17 dupm2216 Fix everything; ; - Change UART0 (USB) to UART1 (pin 13); - Add the pin select instructions; - Reintroduced the tests run; - Reintegrate with the accelerometer
15:b38d9d210e32 2017-01-17 dupm2216 Fini?
14:2f89279586cb 2017-01-16 GaiSensei Bonne nuit; ; Tout est bris?; ; Ajouter mask dans write_bits pour que les reserved soit des 0
13:bb9669053eb3 2017-01-16 GaiSensei Create homemade_mbed functions; ; - Read bits; - Write bits; ; Sorry messy commit
12:1c341b119b23 2017-01-15 GaiSensei Add utility function update_bit; ; Calculate new 4 byte value after changing a single bit
11:e2abae239a57 2017-01-15 GaiSensei Finished integration
10:04822743cefe 2017-01-15 GaiSensei Merge displayer with accelerometer
9:12519f9dd3cd 2017-01-15 dupm2216 Remove superfluous ";" from namespace declaration
8:862e28c7f6f6 2017-01-15 dupm2216 Fix NaN bug with forces > 1g; ; Problem was with forces higher than 1g because the algorithm uses arc cos with this value.; Fix is to assume the accelerometer is flat when the force is > 1g
7:1e00dfecc92d 2017-01-15 dupm2216 Add Accelerometer in accelerometer namespace
6:3facf0329142 2017-01-15 dupm2216 Move utility functions out of Accelerometer
5:f59b51ac4b40 2017-01-15 dupm2216 Get angle from horizontal; ; Works on the prototype!
4:303fb83498fd 2017-01-14 dupm2216 Add function is_almost_equal
3:1a9d0f0a50bf 2017-01-14 dupm2216 Convert raw axis data to int; ; Agreed, it kind of looks dumb; ; Also:; - Move Tests in TestAccelerometer; - Accelerometer constructor now takes PinName's instead of a I2C device
2:b8a20f7e2912 2017-01-15 GaiSensei Done SPI display
1:7becb0e903e3 2017-01-14 dupm2216 Move Accelerometer to its own class
0:bc7c22239634 2017-01-14 dupm2216 Initial commit; ; - Read from accelerometer; - Write to 7-segment display