-
I am working on a clock for the picoW - building on the ntp example.
I generated the new project using the plugin - ran "Configure CMake" and then "Compile Project"
Board set to PICOW
SDK 2..0
To…
-
I wish to draw a heatmap for a stress field, and a linear interpolation is preferred (such like the "shading interp" in Matlab) in order to present a smooth distribution. After searching around, I hav…
-
For the image addon I need a more comprehensive serialize option than the current addon offers. In particular I gonna need an interface to do the following:
- hook/write into early state before any l…
-
I tried the following:
1. build
```
git clone https://github.com/dfinity/sdk.git
cd sdk
cargo build
````
2. debug:
in vscode luanch.json:
```json
{
"version": "0.2.0",
"configu…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Used Hardware?
Other (please write your hardware in 'What happened?')
### What happened?
Using Nodemcu v3 wi…
valqk updated
3 weeks ago
-
Написал программу инверсии порта при заходе в прерывание АЦП по таймеру, код написан по руководству, но почему то не заходит в прерывание.
```
#include // ?
#include
#include
int main() {
//R…
-
### Problem description
Hello, I am using the following to install the SeismicMesh but I meet the error, tried 3 hours to solve it now, pls help me
code
```
pip install SeismicMesh
```
error:
…
-
Hi,
I've recently tried debugging with an ESP-WROVER-KIT device
this is a plain ESP32 with a UART/JTAG IC
I don't expect this to work currently based on what's mentioned in the other issues also …
-
```dart
final MapEntry(:key) = const MapEntry('a', 1);
print(key);
if (const MapEntry('a', 1) case MapEntry(:final key)) {
print(key);
}
```
Given the code above, when I place…
-
![image](https://github.com/Codium-ai/codiumai-jetbrains-release/assets/161013860/97022cbd-a3de-453b-8d32-5e8771abecbc)
My settings are:
ide.browser.jcef.sandbox.enable disabled as per instruction…