摘要:
样例1 简单测试 发送端 import socket import os import time filename = input('please enter the filename you want to send:\n') filesize = str(os.path.getsize(file 阅读全文
摘要:
开启i2c sudo raspi-config In Interfacing option, Select -> I2C 查看id ls /dev/*i2c* 查看地址 sudo i2cdetect -y 1 Scan or Test I2C device on Raspberry Pi Now, 阅读全文