Added a sample build config file
[cerebrum.git] / builds / sample_buildconfig.json
blob6f795b84572ab428950fcab1c99f25c06710b822
2     "baudrate": 57600, 
3     "protocol": "usbserial", 
4     "builddate": "2012-10-08 00:07:50.314648", 
5     "url": "http://jaseg.github.com/cerebrum", 
6     "version": 23, 
7     "members": {
8         "led": {
9             "functions": {
10                 "getState": {
11                     "returns": "B", 
12                     "args": "", 
13                     "id": 2
14                 }, 
15                 "getDirection": {
16                     "returns": "B", 
17                     "args": "", 
18                     "id": 4
19                 }, 
20                 "setDirection": {
21                     "returns": "", 
22                     "args": "B", 
23                     "id": 3
24                 }, 
25                 "setState": {
26                     "returns": "", 
27                     "args": "B", 
28                     "id": 1
29                 }
30             }, 
31             "type": "simple-io", 
32             "port": "B", 
33             "pin": 5, 
34             "properties": {}
35         }
36     }, 
37     "serial": "/dev/ttyACM0", 
38     "type": "avr"