-
when compiling sketch for arduino and using REGISTER mcu for disabling pull up resistor, generated code contains for example "#0x55" , this symbol "#" doesn´t let arduino compile unless you delete it,…
-
### PDF generated by LPub3D has incorrect page orientations
When a mpd file contains multiple page orientations (i.e. landscape and portrait), although LPub3D displays them (mostly) with the correct …
-
The generated code only passes one parameter the the pwm function, the duty cycle variable. The PWM frequency and PWM resolution are not passed to the PWM function.
The value in the PWM duty cycle va…
-
To compare the kernel complexity for each kernel a binary (with debug symbols) is built and the lines of code of all files that have been compiled into this binary are counted.
The list of files is c…
-
Follow the Python convention
Note that C rounds towards zero so we can't use the C implementations!
See: https://python-history.blogspot.co.uk/2010/08/
-
After updating to new version of go-mangos and many test I found a bug - when Listen new message and invoke sock.Recv() I got two same messages.
Example code and log below.
```
// To use:
//
…
mrLSD updated
6 years ago
-
This isn't a code issue, it's really more of a documentation issue.
I am new to using xbees so maybe I am missing something, but shouldn't there be some documentation or simple examples for sending a…
-
Test case to demonstrate this issue:
Create a simple program that has a single rung with the single instruction DELAY
Menu: Operations that change the course of the program -> Insert Delay(us)
Se…
-
Here is my pattern in ` [inputs.logparser.grok]` section. Grokdebug says it is valid.
`patterns = ["%{TS_ANSIC:ts} : Auth: \(%{NUMBER:number:drop}\) %{DATA:status}:%{GREEDYDATA:greedy2:drop} cli %{I…
-
(base) C:\myokit\myokit>python test --unit
Running unit tests with executable `python`
WARNING:myokit:Using development version of Myokit. This may contain untested features and bugs. Please see htt…