Skip to content

Instantly share code, notes, and snippets.

@youngkin
Created April 7, 2022 21:25
Show Gist options
  • Save youngkin/0effc556bd01ef335e31fde59cbdabf1 to your computer and use it in GitHub Desktop.
Save youngkin/0effc556bd01ef335e31fde59cbdabf1 to your computer and use it in GitHub Desktop.
void bcm_spi_setBitOrder(uint8_t order)
{
bcm_spi_bit_order = order;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment