Skip to content
Snippets Groups Projects
Select Git revision
  • 1bb79811011a60d3f8773e11dc0904cda08000f4
  • master default protected
  • patch-2
  • patch-1
  • add_menu_vibration
  • close_sensor_on_keyboard_interrupt
  • schneider/standby
  • genofire/ble-follow-py
  • plaetzchen/ios-workaround
  • blinkisync-as-preload
  • schneider/max30001-pycardium
  • schneider/max30001-epicaridum
  • schneider/max30001
  • schneider/stream-locks
  • schneider/fundamental-test
  • schneider/ble-buffers
  • schneider/maxim-sdk-update
  • ch3/splashscreen
  • koalo/bhi160-works-but-dirty
  • koalo/wip/i2c-for-python
  • renze/safe_mode
  • v1.10
  • v1.9
  • v1.8
  • v1.7
  • v1.6
  • v1.5
  • v1.4
  • v1.3
  • v1.2
  • v1.1
  • v1.0
  • release-1
  • bootloader-v1
  • v0.0
35 results

cdcacm.c

Blame
  • Forked from card10 / firmware
    Source project has a limited visibility.
    Cargo.toml 370 B
    [package]
    name = "ad7147"
    version = "0.1.0"
    edition = "2021"
    description = "embedded-hal driver for AD7147"
    license = "MIT OR Apache-2.0"
    authors = ["zdmx <hi@zdmx.me>"]
    
    [dependencies]
    byte-slice-cast = { version = "1.2.2", default-features = false }
    embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.11" }
    embedded-hal = "0.2.7"
    heapless = "0.7.16"