movatica

Results 9 issues of movatica

Macro names are case sensitive. This renders the guard ineffective.

Instead of comparing the old and new trees to check if more aggregation is possible, simply count the number of aggregations that actually occured in the recent iteration. This reduces...

**Reasons for making this change:** Just started to learn Debian Packaging and noticed, that there is no .gitignore template for the temporary build files of debhelper packaging toolchain yet. So...

## New - [X] Template - New `.gitignore` template - [ ] Composition - Template made from smaller templates - [ ] Inheritance - Template similar to an existing template...

Fixed: ./aggregate6/aggregate6.py:33:1: E722 do not use bare 'except' ./aggregate6/aggregate6.py:44:15: E741 ambiguous variable name 'l' ./aggregate6/aggregate6.py:58:9: F841 local variable 'err' is assigned to but never used ./aggregate6/aggregate6.py:158:13: F841 local variable 'err'...

inline dictionary initialization

In the ReadASCIIString example, the second pin of the RGB LED is connected to +5V in the schematic but to GND in the circuit. The text explains, that +5V is...

Dependencies can now easily be installed using `pip install -r requirements.txt` after cloning the repo.