加载中
PyFlow可视化的Python流程

Overview PyFlow is a general purpose visual scripting framework for python. State Base structure of program implemented, such things as packages discovery, input customization, ...

OpenSCAD:几何对象与修剪扩展库

OpenSCAD Libraries General · BOSL · BOSL2 · dotSCAD · NopSCADlib · UB.scad · Functional OpenSCAD · BOLTS Single Topic · Round Anything · Mark's Enclosure Helper · func...

OpenSCAD:参数几何对象库UB.scad

UB.scad This library (right click save as) is a full 3Dprinting workflow solution for openSCAD v.21 and above. There are a lot of settings available but most is using pre config...

OpenSCAD:3D打印机数字零件库NopSCADlib

NopSCADlib An ever expanding library of parts modelled in OpenSCAD useful for 3D printers and enclosures for electronics, etc. It contains lots of vitamins (the RepRap term for ...

ESP32使用MicroPython:WiFi

ESP32自带了WiFi模块,因此我们可以很容易的让ESP32接入网络。 在MicroPython下,我们可以使用 network模块来配置ESP32的网络模式: STA 作为站点接入WiFi网络 AP 作为热点,允许其他设备接入...

2022/03/13 20:09
8.1K
ESP32使用MicroPython:I2C总线

概要¶ 本节教程为大家简要介绍I²C总线协议,并以一个简单的例程教会大家在MicroPython下使用I²C 快速开始 from machine import Pin, I2C # construct a software I2C bus i2c = I2C(scl=...

2022/03/13 20:04
5.2K
ESP32使用MicroPython:MQTT

MQTT与ESP32上的MicroPython MicroPython在ESP32上可以直接收发MQTT,这个功能非常方便。 在ESP32上安装MQTT库¶ 首先,我们需要在ESP32上面安装mqtt的库。(MQTT客户端在ESP32上面的实现) ...

Use Visual Studio Code for Arduino

Learn how you can use the Arduino extension on Visual Studio Code to create programs for your Arduino. This tutorial is the second in a series of three tutorials looking at soft...

apt upgrade have unmet dependencies

错误如下: (base) supermap@openbox02:~$ sudo apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done Som...

2021/08/23 21:22
4K

没有更多内容

加载失败,请刷新页面

返回顶部
顶部