🔧 Developer’s Guides
Table of contents
Table of contents
Introduction
Welcome to the Developer’s Guides— the section dedicated to those extending, customizing, or maintaining the firmware and software components of the LCC Fusion Project.
Whether you’re implementing new logic, optimizing I/O handling, or contributing SDK updates, this section provides essential developer-focused tools and guidance.
🧰 Development Tools & SDK Resources
-
LCC Fusion SDK Versioning
Learn how firmware and SDK versions are tracked, updated, and tagged across releases. -
LCC Fusion Software Documentation
Reference documentation for the Fusion SDK, including classes, constants, and usage patterns. -
LCC Fusion SDK Development Checklist
Follow this checklist when adding support for new cards, updating firmware interfaces, or making releases.
🧪 Coming Soon
Additional developer tools and diagnostics are in the works, including:
- Unit test strategies for logic rules and GPIO input simulation
- CDI generator tips and XML structure validation
- Serial monitor diagnostics and event tracing
- Guidelines for creating new card types (extending
LccCardsubclasses)