这是下位机的发送端程序,原来的遥控器程序:P
#!python
// 6 Channel Transmitter | 6 Kanal Verici
// KendinYap Channel
#include <SPI.h>
#include <nRF24L01.h>
#include <RF24.h>
String res;
int oldangle = 0;
const uint64_t pipeOut = 0xABCDABCD71LL; // NOTE: The …
这是下位机的发送端程序,原来的遥控器程序:P
#!python
// 6 Channel Transmitter | 6 Kanal Verici
// KendinYap Channel
#include <SPI.h>
#include <nRF24L01.h>
#include <RF24.h>
String res;
int oldangle = 0;
const uint64_t pipeOut = 0xABCDABCD71LL; // NOTE: The …
微信直播评论抓取后,需要与水枪等进行通信,这是上位机程序,用Python实现的USB转串口程序。
#!python
import serial
import time
ser = serial.Serial(
port='COM3',
baudrate=115200,
parity=serial.PARITY_NONE,
stopbits=serial.STOPBITS_ONE,
bytesize=serial.EIGHTBITS,
timeout …
因为pelican只支持github,s3等国外的网站,不方便使用。后来自己实现了本地编辑,添加新内容的功能。 虽然功能有了,但是本地需要安装markdown的软件,换一点 …
更多内容upfile upload