Morten Hattesen

Results 20 issues of Morten Hattesen

### Proposed feature I propose, that the `printf` `precision` option be made to also work with pseudo floating point numbers, represented by an integer type with an implicit (fixed) decimal...

### Overview I propose adding a menu item, and/or button-press combination or -sequence, to automatically tune (optimize) the P, I and D gain parameters of the temperature control algorithm, to...

For a future revision, It would be really convenient to have the input terminals (current) available on a screwless terminal block, to avoid the requirement for bulky banana-plug test cables,...

# Proposal to improve class declaration and implementation syntax ## class implementation details leak into declaration Any private member variables and methods of a class implementation have to be expolicitly...

suggestion

Adding a `_json` [user defined string-literal suffix](https://en.cppreference.com/w/cpp/language/user_literal) to ArduinoJson would provide a cleaner and more declarative source code at virtually no cost, and allow a `JsonDocument` to be created from...

enhancement

# running JLCPCB-tools from command-line This feature may already be present in the current (Python) implementation of the plug-in, but I have not been able to find any information about...

enhancement
help wanted

I have a large number of projects that use littlefs for storing configuration and logging. Some projects use internal NAND flash, others use external (QSPI) NOR flash for storage. Keeping...

enhancement
question
performance

The UML convention/standard is to render abstract classes and methods in _italics_ typeface. Is this possible in a yuml class diagram, and if so, how do you mark the class/method...

I propose adding a KiCAD5 badge (something like ![](https://img.shields.io/badge/V5-KiCad-orange)), and add it to the tools that are known to work with KiCAD5 but NOT with KiCAD6. That way, users of...

It would be really useful, if the mermaid syntax for `classDiagram` would allow diagramming inner classes (or enumerations). Currently inner classes (and enumerations) have to be modeled separately, e.g. ```mermaid...