Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • U uPython-mirror
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TASTETASTE
  • uPython-mirror
  • Repository
Switch branch/tag
  • uPython-mirror
  • stmhal
  • mpconfigport.h
Find file BlameHistoryPermalink
  • Damien George's avatar
    stmhal: Add beginnings of port-specific machine.I2C implementation. · 30537489
    Damien George authored Nov 24, 2016
    This allows one to construct an I2C object using ids that are specific
    to the stmhal port, eg machine.I2C('X').  Right now the implementation
    of I2C uses software I2C but the idea is to just change the C-level I2C
    protocol functions to hardware implementations later on.
    30537489