awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesI2C Register Controllers

Low-level drivers that interact directly with hardware registers via I2C for system component control.

Distinct from Register-Level Controllers: Specific to I2C bus communication rather than general peripheral register-level control.

Explore 2 awesome GitHub repositories matching user interface & experience · I2C Register Controllers. Refine with filters or upvote what's useful.

Awesome I2C Register Controllers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • airbnb/epoxyAvatar airbnb

    airbnb/epoxy

    8,556Vezi pe GitHub↗

    Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates RecyclerView adapter models at compile time from annotated custom views, data binding layouts, or view holders, eliminating the manual boilerplate typically associated with view holders and adapters. The library provides a diffing engine that automatically compares model lists and applies minimal updates with animations for insertions, removals, and moves. The library distinguishes itself through its controller-based model building, where a controller class with a buildModels meth

    Automatically registers generated models with the controller after modification, reducing manual wiring.

    Java
    Vezi pe GitHub↗8,556
  • d0k3/godmode9Avatar d0k3

    d0k3/GodMode9

    2,554Vezi pe GitHub↗

    GodMode9 is a system-level utility for Nintendo 3DS hardware designed for booting unsigned firmware, managing files, and modifying internal memory. It serves as a custom firmware tool for booting specialized payloads and unlocking restricted system features and hardware capabilities. The project provides a low-level hardware interface for interacting with I2C registers, extracting system keys, and managing raw memory partitions. It functions as a game image dump tool to extract retail cartridges and system images, while also acting as a binary patching utility to alter software behavior via r

    Implements direct read and write access to hardware I2C registers for low-level system interaction.

    C3dsa9lhcia
    Vezi pe GitHub↗2,554
  1. Home
  2. User Interface & Experience
  3. Input Controls
  4. Peripheral Input Drivers
  5. Register-Level Controllers
  6. I2C Register Controllers

Explorează sub-etichetele

  • Auto-Register Models with ControllerAutomatically registers generated models with the controller after modification, reducing manual wiring. **Distinct from I2C Register Controllers:** Distinct from I2C Register Controllers: this is about automatically registering generated RecyclerView models with a controller, not low-level hardware register control via I2C.