We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b881bb commit 4ad6141Copy full SHA for 4ad6141
cores/arduino/wiring.c
@@ -97,10 +97,10 @@ void init( void )
97
PM->APBCMASK.reg |= PM_APBCMASK_ADC | PM_APBCMASK_DAC ;
98
99
// Setup all pins (digital and analog) in INPUT mode (default is nothing)
100
- for ( ul = 0 ; ul < NUM_DIGITAL_PINS ; ul++ )
101
- {
102
- pinMode( ul, INPUT ) ;
103
- }
+ // for ( ul = 0 ; ul < NUM_DIGITAL_PINS ; ul++ )
+ // {
+ // pinMode( ul, INPUT ) ;
+ // }
104
105
// Initialize Analog Controller
106
// Setting clock
0 commit comments