Skip to content

Commit

Permalink
Update 16f73_adc_dependent.jal
Browse files Browse the repository at this point in the history
  • Loading branch information
RobJansen62 committed Jul 11, 2021
1 parent f29825a commit ab7afd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sample/16f73_adc_dependent.jal
Expand Up @@ -73,7 +73,6 @@ serial_hw_write("!")
-- Step 1: ADC analog input pin setup we wil use channel 0 and 1 (2 channels)
pin_AN0_direction = input
pin_AN1_direction = input
ANSEL_AO
-- Step 2: Set A0 and A1 analog input and VDD as Vref
ADCON1_PCFG = 0b100
-- Step 3: Use Frc as ADC clock
Expand Down

0 comments on commit ab7afd9

Please sign in to comment.