From 75e206afb2c61e34a51abde1f4267203ae251e05 Mon Sep 17 00:00:00 2001 From: "gw6pfk@gmail.com" Date: Wed, 4 Jun 2014 18:09:54 +0000 Subject: [PATCH] pull up test --- serial/env.conf | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/serial/env.conf b/serial/env.conf index 4b5ce1a..0988248 100644 --- a/serial/env.conf +++ b/serial/env.conf @@ -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: @@ -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 +