ESP32でI2C, [E][Wire.cpp:72] begin(): no Default SDA Pin for Second Peripheral, Pin番号を明示的に指定したら直った
ESP32でI2C, [E][Wire.cpp:72] begin(): no Default SDA Pin for Second Peripheral, Pin番号を明示的に指定したら直った
DLC, DownLoad Content, 追加コンテンツ、拡張パック
Ring Buffer, Circular Buffer
- A professional collaborative platform for embedded development · PlatformIO
- GitHub - rlogiacco/CircularBuffer: Arduino circular buffer library
- GitHub - Locoduino/RingBuffer: A RingBuffer library for Arduino
- CircularBuffer - Arduino Reference
Arduino, Stream
- arduino-esp32/Stream.cpp at master · espressif/arduino-esp32 · GitHub
- Serial
- PC-Arduino間 Python経由 シリアル通信備忘録 - Qiita
- Arduinoのシリアル入力から文字列を受け取る。
platform io, pio account register, package publish
- pio account register — PlatformIO 5.0.4b1 documentation
- Creating Library — PlatformIO 5.0.4b1 documentation
- pio package publish — PlatformIO 5.0.4b1 documentation
USB-Serial変換、TTL 3.3V
- FTDI USBシリアル変換ケーブル(3.3V): 半導体 秋月電子通商-電子部品・ネット通販
- https://akizukidenshi.com/download/ds/ftdi/TTL-232R_pin.pdf
UART-I2C変換、SC16IS750/SC16IS752
- samplecodes/main.cpp at master · SWITCHSCIENCE/samplecodes · GitHub
- samplecodes/SC16IS750.h at master · SWITCHSCIENCE/samplecodes · GitHub
- SC16IS740/750/760 | NXP
- http://doc.switch-science.com/schematic/SC16IS750IPW_breakout/SC16IS750IPW_breakout.pdf
- samplecodes/SC16IS750IPW_breakout/mbed/Test_SC16IS750 at master · SWITCHSCIENCE/samplecodes · GitHub
- SC16IS750 シリアル-I2C ピッチ変換済みモジュール - スイッチサイエンス
ペペロンチーノのおかき
Ubuntu 20.04にmeldでファイル感の差分を見る、apt install meld
- serverあれこれ: Ubuntu 20.04にMeldをインストールする
- Ubuntuで利用できる優れたGUI diffおよびmergeアプリケーションは何ですか?
- winmergeも使いたいところ
platformioでlibraryが複数の場合
; one line definition (comma + space) [env:myenv] lib_deps = LIBRARY_1, LIBRARY_2, LIBRARY_N
; multi-line definition [env:myenv2] lib_deps = LIBRARY_1 LIBRARY_2 LIBRARY_N