Rename the driver module and update imports so tests and main entry use the new presets naming, while moving Preset to its own file.
Co-authored-by: Cursor <cursoragent@cursor.com>
- Fix initialization order: initialize self.presets before calling self.select()
- Separate add() and edit() methods: add() creates new presets, edit() updates existing ones
- Update all test files to use add() instead of edit() for creating presets
- Add comprehensive auto/manual mode test
- Remove tool.py (moved to led-tool project)