aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9241a5e30f7133399a7cc370961393c6b3e145e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Code structure:

setup {
	set sotfware serial with GSM
	set hardware serial with GPS
	set button interrupt
}

loop {
	listen for sms commands
	setting emergency number
}

on_activation {
	enable recording pin
	loop (arbitrary time) {
		get gps coordinates
		send with sms
	}
}

# Todo
Test button interrupt sending message
Test GPS fix
Test GPS fix on button interrupt
Combine both