November 2015
Intermediate to advanced
212 pages
4h 31m
English
APPENDIX C
![]()
Class GPIO 3
This appendix documents the static class method calls for the GPIO class and is useful for those wanting to:
Determine the PWM number and alternate function based on gpio number
Delay a short period of time for configuration reasons
Obtain the “peripheral base” value
Obtain a text string for GPIO::Source value
Return a text string for GPIO::IO value
Return a descriptive string for the combination of gpio number and GPIO::IO value
For include file and linking instructions, see Appendix A.
Class Definition (Part 3)
In this third part of our look at the GPIO class, I’ll describe the methods applicable to static methods only: ...