Mercurial > code > home > repos > homeauto
view service/arduinoNode/config.n3 @ 165:af4e9d9f0bd8
some external arduino libs, minus examples and docs
Ignore-this: 444126f11a1755109b3b29cbeaa6b9bd
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Apr 2015 01:43:14 -0700 |
parents | 49c1756b2edb |
children | 3dd84ac050d0 |
line wrap: on
line source
@prefix : <http://projects.bigasterisk.com/room/> . @prefix board0: <http://bigasterisk.com/homeauto/board0> . @prefix board0pin: <http://bigasterisk.com/homeauto/board0/pin/> . @prefix sensor: <http://bigasterisk.com/homeauto/sensor/> . @prefix houseLoc: <http://bigasterisk.com/homeauto/houseLoc/> . board0: a :ArduinoBoard; :device "/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900cepU-if00-port0"; :boardTag "atmega328"; :hasPin board0pin:d3 . board0pin:d3 :pinNumber 3 . board0pin:d4 :pinNumber 4 . board0pin:d3 :connectedTo sensor:motion0 . sensor:motion0 a :MotionSensor; :sees houseLoc:storage .