aaaa
Dependencies: SeeedStudioTFTv2 TFT_fonts mbed
Fork of Seeed_TFT_Touch_Shield by
report_lab8.txt
- Committer:
- bhavk11
- Date:
- 2014-11-03
- Revision:
- 13:331f8235ea72
File content as of revision 13:331f8235ea72:
Results: 1) Send and receive phone calls. 2) Send and receive text messages. 3) All received texts are read automatically on arrival. Difficulties: 1) Writing Interrupt handler for asynchronous call and SMS receive. 2) Designing the State Machine for the phone was difficult. 3) The alpha-numeric keypad was difficult to tune up. What I learnt: 1) We learnt to handle interrupts and implement routines to identify incoming calls and texts. 2) We learnt to use Timers for the alpha-numeric keypad.