Raspberry Pi4 python led test less than 1 minute read Raspi4 version : 20.04.3 LTS focal fossa Ubuntu Server sudo apt-get update sudo apt-get upgrade sudo apt-get install -y python-dev python-setuptools sudo apt-get install gcc g++ Connect github first time git init git config --global user.email "your email" git config --global user.name "desirable name" git add . git commit -m "first commit" git branch -M main git remote add origin https://github.com/[your github repogitory] git push -u origin main Clone github git clone https://github.com/[your github repogitory] Go to top Share on Twitter Facebook LinkedIn Previous Next Leave a comment
STM32 UART Interrupt less than 1 minute read 원하는 바이트 크기보다 더 큰 것을 받았을 경우 내가 처음에 보낸 것은 가 붙어있어서 일정 크기만큼 잘린 후 버퍼에 남은 것 때문에 먹통이 되어버린 것이다.
Leave a comment