-
# include //定时器库的 头文件
# include
char buffer[18];
uint8_t CMD=3;
//encoder
const byte encoder0pinA_M1 = 18;//A pin -> the interrupt pin 5
const byte encoder0pinB_M1 = 20;//B pin -> the digital pin 20…
-
## Feature Request
It's possible to make the NATS server producing a log file and, optionally, it's possible to enable maximum file size.
When the log file reaches the maximum size, the file is rota…
-
## Nome completo
Rogério Salvadeo Vieira
## Localidade
São Paulo/SP
## Apresentação
Estudo programação desde os 15 anos, e iniciei estudos mais profundos quando entrei na ETEC Jaraguá…
-
Hi,
Great tool! thank you for sharing.
Is it possible to use microseconds instead milliseconds? If yes, how to?
Is it OK: **Test.setInterval(0.1);** if I want an interval of 100usec?
-
Hi,
In the method "LogStash::Timestamp.to_iso8601", it's interesting to add "ISO8601_PRECISION" as parameter. We can already do this with the basic function iso8601 in Ruby:
```
# Ruby code
Time.now…
-
Hi,
I am attempting to build on Windows and get this:
14:51:43: Starting: "C:\Qt\Tools\CMake_64\bin\cmake.exe" --build . --target all
[1/256 2.5/sec] Automatic MOC and UIC for target omni
Auto…
-
It would be an awesome feature to have an `isready` functionality for testing if the spectrometer is ready for input (e.g. via `spec.integration_time_micros(12000)`) and/or output (e.g. `spec.intensit…
-
In the past I have been struggling to make LMiC work together with my microcontroller going into deep sleep mode. Currently I do a call to `os_queryTimeCriticalJobs(ms2osticks(5000))` after which I wi…
-
As of current state MicrOS has no PCI driver for ATA/IDE controller. That means every single read operation on HDD is made using PIO mode. It is very compatible with all hardware, but sadly is also r…
-
Related to https://github.com/nod-ai/SHARK-Platform/issues/130.
I see errors trying to run `pip install -v -e .` and letting the setup.py file run CMake internally.
With the build fixes in http…