PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

Changes

RevisionDateWhoCommit message
96:676d01c86b61 2018-04-11 PESGruppe1 Demo LEDFade and Summer working for Design Review 2 default tip
95:b02e1b2a6cbd 2018-04-11 aeschsim demo tool is running now, changed setRGB
94:b24d2b432b27 2018-04-10 cittecla merge
93:32cd0af29c2b 2018-04-10 cittecla fixed serialinterrupt; disabling interrupts not yet working, compile error
92:96ad0a9ff337 2018-04-10 itslinear added stuff to state 47
91:443b0ac21de0 2018-04-10 itslinear merge
90:d0805b58b0ae 2018-04-09 itslinear added stuff;
89:f63e4736d875 2018-04-09 itslinear added not working serialConnection
88:e7a7d1e42ce4 2018-04-09 aeschsim merge
87:a0b824c35b1b 2018-04-09 aeschsim clean up in main
86:3fb037695744 2018-04-09 EHess Vierteldrehung ready to test
85:04fe3dff23f4 2018-04-09 EHess worked on servotest and nextPosition
84:14ed3d02e782 2018-04-09 EHess added testfunction nextPosition servo to main.cpp
83:d327a532c0ad 2018-04-09 EHess added testfunction DutyCycle Servo at main.cpp
82:2fc026430ff2 2018-04-09 aeschsim merge
81:a869abf56e85 2018-04-08 itslinear erase and read file added
80:6e3eb8246ced 2018-04-08 itslinear tried to read files
79:c825bd2dea81 2018-04-08 aeschsim merge, program compiles now correctly
78:56487bba3934 2018-04-08 EHess added different functions to measure.cpp
77:c2e22d1e5d44 2018-04-07 itslinear write_medProtocol; write_medInventory; write_medError; erase_medError; erase_medProtocol; are working now
76:53a25f1dc2b6 2018-04-06 aeschsim merge
75:4064a0f13083 2018-04-06 EHess added interruptfunctions in measure.cpp
74:a4dacab0d3dd 2018-04-06 itslinear added stuff
73:7fd3701def5b 2018-04-06 itslinear sd write test added
72:172b40dd16ee 2018-04-06 itslinear added stuff
71:3d0a4dbff536 2018-04-06 aeschsim general clean up
70:cc7ed2325202 2018-04-06 aeschsim clean up
69:ec1cfc0cd161 2018-04-06 aeschsim merged files and commented some parts out. Still not compiling, due to errors in serialInterrupts. I don't understand why these errors occures, when #include serialInterrupts.h is commented out.
68:b96256933c16 2018-04-05 itslinear merge
67:1dff890a8950 2018-04-05 itslinear write sd
66:0d43bd7ed179 2018-04-05 itslinear write_medProtocol/delete_medProtocol/write_medInventory/write_medError/delete_medError added
65:49eb0934f772 2018-04-05 itslinear write_medProtocol added
64:ca667234c845 2018-04-05 itslinear f?r gar n?t
63:be13158bb4dd 2018-04-05 itslinear serialInterrupt added / has to be modified and tested
62:6e021f4d2fbb 2018-04-05 EHess begin measure.cpp
61:086bcd5ca968 2018-04-05 PESGruppe1 Aeschlimans demoprogramm fuer Design Review LED Fade;
60:7554e4272b3b 2018-04-05 aeschsim implemented summer switch on user button 1
59:1867088695f3 2018-04-05 aeschsim implemented demo RGB LED FADING TOOL
58:cda5298c9b7f 2018-04-05 cittecla added writeMedication (to SD card) in sdcard.cpp
57:79fed71031da 2018-03-31 cittecla Implemented checksum function to verify medication read.; bugfixes
56:218601547d13 2018-03-31 cittecla bug fixes
55:bdab541f434d 2018-03-30 cittecla expanded meadication read; added medication print test tool
54:0b435781fa52 2018-03-30 cittecla updated user stract to use array so accessing with index is possible
53:1c61cadbcb35 2018-03-30 cittecla added readMedication() to sdcard.cpp;
52:701d0c2f47d7 2018-03-29 cittecla Added SD card test tool
51:a98ffbd41e76 2018-03-29 cittecla added SD library
50:f017bef14916 2018-03-29 cittecla merge
49:e7313e15222b 2018-03-29 cittecla added FatFileSystem
48:2092e0a411b8 2018-03-29 aeschsim measure functions draft;
47:0f44c88e7643 2018-03-29 aeschsim implemented measure.c;
46:cdc24a24e4e3 2018-03-29 aeschsim changed set PWM to 0...4095 scale
45:4359c9efc134 2018-03-29 EHess implemented setSpeed function
44:92e2d24ad6de 2018-03-29 EHess merge
43:ae9336896b7c 2018-03-29 EHess updated variables.h
42:ba59ed6a2a06 2018-03-29 cittecla added pwm board init to the test tool
41:f054a83f9556 2018-03-28 cittecla Updated variables.h from copy.; changed a few variables to fit the lower camel case convention
40:b5e533e1e033 2018-03-27 aeschsim implemented Test Tool for Servos and a Console Based State Switch
39:b70a50dcf160 2018-03-27 aeschsim changed minor parts;
38:5bbf548e6872 2018-03-27 cittecla unified button names 0-1,; fixed typos.
37:c7cb6adca298 2018-03-27 cittecla created copy of variables.h with struct defined hierarchy of one user.; 'struct user' is a variable definition which can be added to the code as followed:; user user0; // this contains all information needed for one user