Skip to content

Commit

Permalink
pull up test
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 4, 2014
1 parent 234ffba commit 75e206a
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions serial/env.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,16 @@ p16f876.ypos = 48
module load usart U1
U1.rxbaud = 9600
U1.txbaud = 9600
U1.xpos = 72
U1.ypos = 72
U1.xpos = 48
U1.ypos = 144

module load led led1
led1.ActiveState = high
led1.color = red
led1.xpos = 72
led1.ypos = 72

module load pu R1


# Connections:
Expand All @@ -45,8 +52,12 @@ attach PIC_tx portc6 U1.RXPIN
node PIC_rx


node analog_node
attach analog_node porta3 porta2
node LED1
attach LED1 portb0 led1.in

node R1_up
attach R1_up porta2 R1.pin




Expand Down

0 comments on commit 75e206a

Please sign in to comment.