-
~~There is a recent commit 48aba3c63fc3384f426bd08ededff7d6c2d4fa98 which causes a lengthy delay in calls to .loop() in one of my test programs, which did not occur prior to this commit.~~
**EDIT**…
-
Firstly sorry to report another issue, seems like I'm spamming you recently with changes!
However the following code snippet reports false for a XBOX one s controller even when the Xbox button is p…
-
Hi,
I try to post a http request to an influx database with this code
```cpp
WiFiClient wifiHttp;
HTTPClient http;
http.begin(wifiHttp, "job4", 8086, "/write?db=my_db&precision=s"…
-
### Operating System
Windows 10
### Board
stm32g474nucleo
### Firmware
I was using the uac2_headset example code. I tried using it on a stm32g474nucleo board, but any mcu which uses stm…
-
No matter what value I give "period" in the code below, I can't get a higher PWM on the pin of 1.8Khz.
Save the following file as main.go....
[main.txt](https://github.com/tinygo-org/tinygo/files/…
-
First of all, thanks for TinyUSB! It's an awesome little library.
I'm implementing a sound card using the RP2040. The device provides an asynchronous output endpoint and an explicit feedback endpoi…
-
want to use this lib to read out the pulses send from my digital electricity meter via gpio pins with my raspberry pi zero wh.
Would this be possible?
-
**Firmware**
```python
Adafruit CircuitPython 7.0.0-alpha.3-452-g8a5a7457a on 2021-06-29; Raspberry Pi Pico with rp2040
```
**Code/REPL**
```python
import board
import pwmio
import pulse…
-
gpio_get() doesn't seem to work for channels 26-28 and possibly others above 16?
example
gpio_set_dir(27, GPIO_IN);
gpio_pull_up(27); // set to 1 or
// gpio_pull_down(27); // set to 0
// Tr…
-
Lets say I have the following cmake config:
```
target_link_libraries(
main
pico_stdlib
cyw43_driver_base
pico_cyw43_arch_lwip_threadsafe_background
pico_lwip_http
hardware_adc
…