summaryrefslogtreecommitdiff
path: root/motionMonitor/motionMonitor.c
AgeCommit message (Expand)Author
2018-10-23BROKEN: Swtiching from semaphores to pthread_mutex_tdragonprevost
2018-10-22fixed camelCase variable namesdragonprevost
2018-10-22slight clean up to increase readability.dragonprevost
2018-10-22Implented array that holds timestamp of all sudden impacts that are recorded.dragonprevost
2018-10-22getSuddenImpact is designed to return 3 arrays that hold impact datadragonprevost
2018-10-22Impacts are now stored in 3 arrays that log the acceleration at time of impac...dragonprevost
2018-10-15Implemented thread to monitor accelerometer on short intervals in order to de...dragonprevost
2018-10-09Initial commit1.0.0gpio-interruptNick Van Doorn