I'm running a Galileo Gen 1 board with windows installed, using MS Visual Studio C++.
Trying to set the pin mode speed using the OUTPUT_FAST and INPUT_FAST parameters for 'pinMode'. However, I get the error " 'OUTPUT_FAST': undeclared parameter. " upon compiling in Visual Studio. It seems the pinMode function I have in visual studio doesn't have this capability.
Has anyone experienced this limitation? How did you overcome it?