-
- [x] CRC
- [x] LoopCycleController
- [x] PidController
- [x] ScopedInterruptLocker
- [x] PIO
- [x] ロボマス
- [x] BNO055
- [x] MovingAverage
- [x] UART
- [x] メッセージ
- [x] 7セグ
- [ ] Optional
- […
-
As indicated by LAI's own field test here:
```
OperationRegion (IDXF, SystemIO, 0xC00, 0x2)
Field (IDXF, ByteAcc, NoLock, Preserve) {
IDX, 8,
DAT, 8
…
-
## Description
The UFS-weather-model PR #2145 recently added control for PIO namelist in CICE. The update to CICE, specifically in [ice_pio.F90](https://github.com/NOAA-EMC/CICE/pull/74/files#diff-9…
-
I'm trying to use this project to read an encoder with an Adafruit Feather RP2040. Here's my test program:
```c++
#include "hardware/pio.h"
#include "quadrature.pio.h"
PIO pio = pio0;
uint sm…
-
### Configuration
**Operating system**: Ubuntu 20.04
5.4.0-73-generic #82-Ubuntu x86_64 x
**PlatformIO Version** (`platformio --version`): PlatformIO Core…
-
Hello, I'm trying to use this library in platformio with my [ESP32 WROOM](https://www.sparkfun.com/products/20168).
I tried to create a minimum repro. Here is my `platform.ini`:
```
[env:sparkfu…
-
When building the project with Platformio v 4.0.3 I get some errors. Here is an excerpt from my compiler output:
```
Compiling .pio/build/d1_mini/lib3fa/IRremoteESP8266_ID1089/ir_Dish.cpp.o
Compi…
-
The built-in neopixel on the QT Py SAMD21 (pin 11) is not working with FastLED. When compiling, I get this error:
```
In file included from .pio/libdeps/2k-touch/FastLED/src/FastLED.h:50,
…
-
I have a custom design that is based on the SAMA5D27 SOM1 EK (eval board). Key difference is that my design has a solder-in Sandisk 8 GB eMMC on SDMMC0 bus. Sandisk eMMC is SDINBDG4-8G-XI2.
I have 2 …
-
the existing Pico USB provides either a host mode, or device mode with 32 endpoints(or 16 two-way), which typically is enough but it is a mux-mode(can't use both host and device at the same time), so …