Controlling hardware of RPI3 with C/C++ - Raspberry Pi Forums


hello.

recently, i've been getting using c , c++, , wondering if use them for, say, controlling processor speed on fly. supported? if not, there other aspects of hardware of rpi can control or configure/tinker using c/c++?

raspberry pi 3 model b+

the raspberry pi computer running linux , laptop. can write
complex linux programs in c++ , can run them on pi. interfacing with
linux done in various ways , importantly "everything file" means can change several things writing/reading files. hint : search "cpufreq" , "sysfs".

, if you're beginner urge not conflate c++ , c. lead worst of both worlds , habits come bite later.


ghans


raspberrypi



Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'