Both the datasheet and the comments in the code mention that the OSCIO pin can be used for input/output just like the other pins. It is indeed possible to set it to input/output and to make it output a clock signal with the clock() function, but I did not find a way to either read or write to it.
I just reread the datasheet, apparently it cannot be used as input, only as a general purpose output.
Still, I cannot find a way to just write to this pin using this library.
Both the datasheet and the comments in the code mention that the OSCIO pin can be used for input/output just like the other pins. It is indeed possible to set it to input/output and to make it output a clock signal with the
clock()
function, but I did not find a way to either read or write to it.