Un-overengineered a bit. Made the descriptor smaller.
[cerebrum.git] / builds / sample_buildconfig.json
blob353ae9d60506677c988be13d21a9453198153a7d
2     "url": "http://jaseg.github.com/cerebrum", 
3     "version": 23, 
4     "type": "avr", 
5     "builddate": "2012-10-07 23:38:03", 
6     "members": {
7         "led": {
8             "functions": {
9                 "getState": {
10                     "returns": "B", 
11                     "id": 2
12                 }, 
13                 "getDirection": {
14                     "returns": "B", 
15                     "id": 4
16                 }, 
17                 "setDirection": {
18                     "args": "B", 
19                     "id": 3
20                 }, 
21                 "setState": {
22                     "args": "B", 
23                     "id": 1
24                 }
25             }, 
26             "type": "simple-io", 
27             "port": "B", 
28             "pin": 5
29         }
30     }