When I attempt to insert "analogReference(EXTERNAL)" into my Nano33 IOTcode, I get an error message
"invalid conversion from 'int' to 'eAnalogReference {aka _eAnalogReference}' [-fpermissive]."
So I am using the analogRead() function, I suppose, based on the internal 3.3 v. reference, but I really can't find any explanation for this quirk. Does anybody know what is wrong with analogReference() for the 33?