Loading...
git clone https://github.com/emqx/emqx-usage-example cd emqx-usage-example/mqtt-lb-nginx/ docker compose up -d 部署验证部署成功我们可以访问服务器的 18083 端口,访问 MQTT 集群的 dashboard, 默认账号是 admin,密码是 public,登录以后会提示你修改密码...
#include <SPI.h> #include <SD.h> #include <SoftwareSerial.h> #include <TFT_eSPI.h> #include <TJpg_Decoder.h> #include <vector> // 需要安装ArduinoSTL库 // 自定义SPI引脚定义 ...
#include <SPI.h> #include <SD.h> #include <SoftwareSerial.h> #include <HMMD_Radar.h> // 自定义SPI引脚定义 #define SD_CS_PIN 10 // 片选引脚 #define SD_MOSI_PIN 2 // 主输出从输入 ...
代码如下,经测试sd管脚都可以自定义,其他板子不确定。 板子信息 https://www.nologo.tech/product/esp32/esp32c3/esp32c3supermini/esp32C3SuperMiniFoot.html#%E7%A1%AC%E4%B8%B2%E5%8F%A3#include <SPI.h> #include <SD.h> //...