Mercurial > code > home > repos > homeauto
view service/arduinoNode/config/slash.n3 @ 1458:be5fc8791c4d
dep on influxdb
Ignore-this: a89f9f27d849d29e6b11234d6556c0b1
darcs-hash:797ee4baafebe0a5bd13d29d715c5869a091afdb
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 25 Sep 2019 17:56:15 -0700 |
parents | 672a3d830e7f |
children |
line wrap: on
line source
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix : <http://projects.bigasterisk.com/room/> . @prefix ha: <http://bigasterisk.com/homeauto/> . @prefix sensor: <http://bigasterisk.com/homeauto/sensor/> . @prefix houseLoc: <http://bigasterisk.com/homeauto/houseLoc/> . @prefix shopPin: <http://bigasterisk.com/homeauto/boardShop/pin/> . @prefix shopBarcode: <http://bigasterisk.com/homeauto/boardShop/barcode/> . @prefix shopButtons: <http://bigasterisk.com/homeauto/boardShop/buttons/> . @prefix shopOw: <http://bigasterisk.com/homeauto/boardShop/oneWire/> . @prefix shopShift: <http://bigasterisk.com/homeauto/boardShop/shift/> . @prefix shopPwm: <http://bigasterisk.com/homeauto/boardShop/pwm/> . ha:boardShop a :ArduinoBoard; :device "/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A4001hrf-if00-port0"; :boardTag "atmega168"; rdfs:comment "board is like diecimila with atmega168"; :hasPin shopPin:d0, shopPin:d1, shopPin:d2, shopPin:d3, shopPin:d4, shopPin:d5, shopPin:d6, shopPin:d7, shopPin:d8, shopPin:d9, shopPin:d10, shopPin:d11, shopPin:d12, shopPin:d13, shopPin:a4, shopPin:a5 . shopPin:d0 :pinNumber 0 . shopPin:d1 :pinNumber 1 . shopPin:d2 :pinNumber 2; :connectedTo shopBarcode:Txblack . shopPin:d3 :pinNumber 3; :connectedTo shopBarcode:RxGreen . shopPin:d4 :pinNumber 4; :connectedTo shopOw: . shopPin:d5 :pinNumber 5; :connectedTo shopButtons:x . shopPin:d6 :pinNumber 6; :connectedTo shopButtons:x . shopPin:d7 :pinNumber 7; :connectedTo shopButtons:x . shopPin:d8 :pinNumber 8; :connectedTo shopButtons:rot . shopPin:d9 :pinNumber 9; :connectedTo shopButtons:rot . shopPin:d10 :pinNumber 10; :connectedTo shopShift:data . shopPin:d11 :pinNumber 11; :connectedTo shopShift:briteLatch . shopPin:d12 :pinNumber 12; :connectedTo shopShift:lightClock . shopPin:d13 :pinNumber 13; :connectedTo shopShift:briteClock . # shiftbrite EI (arduino d12) still needs to be connected to +5 #barcode red: +5V #barcode white: gnd #SoftwareSerial barcode = SoftwareSerial(/* rx pin, green */ 3, # /* tx pin, black */ 2, # /* inverse */ true);