You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone [https://github.com/tatobari/hx7121py](https://github.com/tatobari/hx7121py) 를 클론한다.
파이썬 버전 업데이트가 필요했다.
우선 라즈비안os 업데이트
python 3.8.5 다운로드 →
```
wget https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tgz
#설치
sudo tar zxf Python-3.8.5.tgz
cd Python-3.8.5
sudo ./configure --enable-optimizations
sudo make -j4
sudo make altinstall
```
The text was updated successfully, but these errors were encountered:
Pre무게센서 연동
파이썬 버전 업데이트가 필요했다.
우선 라즈비안os 업데이트
The text was updated successfully, but these errors were encountered: