-
### System information
SolveSpace version:
v2.3 - from https://github.com/solvespace/solvespace/releases/download/v2.3/solvespace.dmg
Operating system:
MacOS 10.15.5
### Expected behavior…
-
Hi,
i have some code for arduino written in C with the library "arduinoFTT.h". I'm using an esp32 with micropython firmware so i need to translate that code to micropython.
The ftt related lines ar…
-
I have not changed my setup for over a month, and just updated, when I attempt to compile CLEAN I get:
```
LINK build-PYBV11/firmware.elf
arm-none-eabi-ld: build-PYBV11/main.o: in function `stm32…
-
Hi all.
I encounter the following error with `ds3231_port.py` when using `ds3231.get_time()` with flag `set_rtc=True`.
### Example:
```
import utime
from machine import I2C, Pin
from ds323…
-
@v923z Hi, I was wondering if there exists already optimized Math and DSP library for ARM uController and found that there is one provided by ARM itself called [CMSIS](https://github.com/ARM-software/…
-
I'm not sure if this is a bug or a case of _caveat implementator_, but it is potentially confusing. The following can fail after a period with a corrupted buffer:
```python
def x5_test_signal(amplit…
-
Hi,
Windows 10 64bit.
The story:
1. The pyboard v1.1 worked fine with the 1.9.3 build (the image for the v1.1 board).
2. Accidentally I flashed the board with WRONG 1.11 version targeted for …
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.40.1 x64
**Electron**: 3.1.10
**OS**: Mac OS X 10.14.6
**Thrown From**: [pymakr](https://github.com/pycom/pymakr-atom) package 1.4.17
…
-
don't understand why RSHELL can't see my ESP32 when Picocom can.
rshell is version 0.0.11
Running Ububtu 16.04 on dell I7
![screenshot from 2018-01-05 16-20-58](https://user-images.githubuserco…
-
The documentation for `ustruct.unpack_from(fmt, data, offset=0)` shows the `offset` argument as being optional, with a default value: http://docs.micropython.org/en/latest/pyboard/library/ustruct.html…