Skip to content
Snippets Groups Projects
Select Git revision
  • add-joust
  • master default protected
  • blinkisync-as-preload
  • genofire/rockets-state
  • genofire/leds_rgb_get_state
  • genofire/ble-follow-py
  • genofire/haule-ble-fs-deactive
  • hauke/ble-cleanups
  • plaetzchen/ios-workaround
  • schneider/max30001-pycardium
  • schneider/max30001-epicaridum
  • schneider/max30001
  • schneider/stream-locks
  • ios-workarounds
  • schneider/fundamental-test
  • schneider/ble-buffers
  • schneider/maxim-sdk-update
  • rahix/simple_menu
  • ch3/splashscreen
  • koalo/bhi160-works-but-dirty
  • v1.7
  • v1.6
  • v1.5
  • v1.4
  • v1.3
  • v1.2
  • v1.1
  • v1.0
  • release-1
  • bootloader-v1
  • v0.0
31 results

firmware

  • Clone with SSH
  • Clone with HTTPS
  • Forked from card10 / firmware
    Source project has a limited visibility.
    user avatar
    Paul Sokolovsky authored
    modpybhspi now does the needed multiplexing, calling out to modpybspi
    (bitbanging SPI) for suitable peripheral ID's. modmachinespi (previous
    multiplexer class) thus not needed and removed.
    
    modpybhspi also updated to following standard SPI peripheral naming:
    SPI0 is used for FlashROM and thus not supported so far. SPI1 is available
    for users, and thus needs to be instantiated as:
    
    spi = machine.SPI(1, ...)
    dba40afa
    History
    Name Last commit Last update