#source : http://wiringpi.com/
wiringPi updated to 2.46 for the new Pi v3+
And in celebration, there is a new Raspberry Pi – the Pi v3+.
It’s more or less the same as the existing Raspberry Pi v3 with:
- Gigabit Ethernet interface (still on the existing USB 2 interface though, so max. theoretical speed of 420Mb/sec – my quick tests have indicated a good 320Mb/sec throughput – that’s still THREE times faster than the existing Pi Ethernet interfaces.
- 802.11ac in addition to the existing 802.11bg Wi-Fi. So faster Wi-Fi too.
- A heat spreader on the CPU – should help with those thermal throttling situations and make the addition of a heatsink easier for those who need it.
- Improved clocking – little tweaks (as I understand it – see the foundation website for the full detals!) and the ARM now running at 1.4GHz
From a wiringPi point of view – version 2.44 will work just fine on this board, however the gpio command is somewhat fussy about knowing the exact board revision to make the readall command work, so I’ve done some updates there.
There are some other minor updates including fixing the gpio manual page!
If you want an updated .deb package, then
cd /tmp
wget https://unicorn.drogon.net/wiringpi-2.46-1.deb
sudo dpkg -i wiringpi-2.46-1.deb
wiringPi updated to 2.52 for the Raspberry Pi 4B
Just a quick post to let you know that you’ll need a new wiringPi for the Raspberry Pi 4B.
To upgrade:
cd /tmp
wget https://project-downloads.drogon.net/wiringpi-latest.deb
sudo dpkg -i wiringpi-latest.deb
Check with:
gpio -v
wiringPi – deprecated…
Posted on August 6, 2019 by Gordon
http://wiringpi.com/wiringpi-deprecated/
'1. SW 개발 & IT 트렌드' 카테고리의 다른 글
Raspberry Pi - 7inch_HDMI_LCD_(B) (0) | 2020.06.03 |
---|---|
Python - PEP 8 파이썬 코딩 스타일 (0) | 2020.05.26 |
Python 에서 외부 프로세스 실행 (0) | 2020.05.22 |
OpenCV(Open Source Computer Vision) Library (0) | 2020.05.20 |
Pillow - Python Imaging Library (0) | 2020.05.20 |
댓글