thanks, yes.
https://linuxhint.com/raspberry_pi_temperature_monitor/ pretties this up a bit.
Code: Select all
def mymod(n):
if (n < 10):
return n
return mymod(n - 10)Worked an hour ago?rurwin wrote:http://www.raspberrypi.org/phpBB3/viewt ... =26&t=6857
Summary: Don't do an RPiUpdate at the moment; it seems to be broken.
No problem today.texy wrote:
Last night the ca-certificate failed to download (or be found, one or t'other). Is this resolved now?
Texy
Needs ca-certificates and git-core too!NickT wrote:It's way of keeping your Pi up to date with the very latest firmware/kernel patches. Best explained heredpawson wrote:Someone tell what rpi-update is please?
Dave
https://github.com/Hexxeh/rpi-update