I would like to add, for clarity, that my initial confusion was around elevated privileges. I was accessing GPIO via C++ and standard out was reporting that the pin I was setting was 0, irrespective of what I set it to. I had omitted "sudo" and while my C++ program ran happily, writing to GPIO under...