Mercurial > code > home > repos > homeauto
comparison service/arduinoNode/config.n3 @ 982:d9467d6d0f7b
bang arduino board config update
Ignore-this: 27f7b4313925eae037e5bd977fa2c398
darcs-hash:20150514082725-312f9-9adc6aebac9c7428fb30b81deaa6ae6d8737f86a
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 14 May 2015 01:27:25 -0700 |
parents | f707210c13bd |
children | 443d562c7b39 |
comparison
equal
deleted
inserted
replaced
981:d9bbbd8d86f6 | 982:d9467d6d0f7b |
---|---|
1 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 1 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
2 @prefix : <http://projects.bigasterisk.com/room/> . | 2 @prefix : <http://projects.bigasterisk.com/room/> . |
3 @prefix ha: <http://bigasterisk.com/homeauto/> . | 3 @prefix ha: <http://bigasterisk.com/homeauto/> . |
4 @prefix sensor: <http://bigasterisk.com/homeauto/sensor/> . | 4 @prefix sensor: <http://bigasterisk.com/homeauto/sensor/> . |
5 @prefix houseLoc: <http://bigasterisk.com/homeauto/houseLoc/> . | 5 @prefix houseLoc: <http://bigasterisk.com/homeauto/houseLoc/> . |
6 | 6 |
7 | 7 |
8 @prefix board0pin: <http://bigasterisk.com/homeauto/board0/pin/> . | 8 @prefix board0pin: <http://bigasterisk.com/homeauto/board0/pin/> . |
9 | 9 |
10 ha:board0 a :ArduinoBoard; | 10 ha:board0 a :ArduinoBoard; |
11 :device "/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900cepU-if00-port0"; | 11 :device "/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900cepU-if00-port0"; |
12 :boardTag "atmega328"; | 12 :boardTag "atmega328"; |
13 :hasPin board0pin:d3 . | 13 :hasPin |
14 board0pin:d3, | |
15 board0pin:d4, | |
16 board0pin:d5, | |
17 board0pin:d6 . | |
14 | 18 |
15 board0pin:d3 :pinNumber 3 . | 19 board0pin:d3 :pinNumber 3 . |
16 board0pin:d4 :pinNumber 4 . | 20 board0pin:d4 :pinNumber 4 . |
21 board0pin:d5 :pinNumber 5 . | |
22 board0pin:d6 :pinNumber 6 . | |
17 | 23 |
18 board0pin:d3 :connectedTo sensor:motion0 . | 24 board0pin:d3 :connectedTo sensor:motion0 . |
19 sensor:motion0 a :MotionSensor; | 25 sensor:motion0 a :MotionSensor; |
20 :sees houseLoc:storage . | 26 :sees houseLoc:storage . |
21 | 27 |
28 board0pin:d5 :connectedTo :storageCeilingLedCross . | |
29 :storageCeilingLedCross a :LedOutput . | |
30 | |
31 board0pin:d6 :connectedTo :storageCeilingLedLong . | |
32 :storageCeilingLedLong a :LedOutput . | |
33 | |
22 | 34 |
23 | 35 |
24 @prefix board1pin: <http://bigasterisk.com/homeauto/board1/pin/> . | 36 @prefix board1pin: <http://bigasterisk.com/homeauto/board1/pin/> . |
25 @prefix board1lcd: <http://bigasterisk.com/homeauto/board1/lcd/> . | 37 @prefix board1lcd: <http://bigasterisk.com/homeauto/board1/lcd/> . |
26 @prefix board1ow: <http://bigasterisk.com/homeauto/board1/oneWire/> . | 38 @prefix board1ow: <http://bigasterisk.com/homeauto/board1/oneWire/> . |