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+
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
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
Post a Comment