Where can I find Arduino documentation with type information?

Viewed 17

The arduino.cc website does not appear to include type information in its function documentation.

For example, the digitalRead() function docs here do not list the C++ data type of the pin parameter, nor the return type of the function.

I need to see the full type signature. Is there any online documentation which provides this type information? Or do I need to search through the header files? Or can I somehow enable arduino.cc to display this information?

0 Answers
Related