Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GlasgowEmbedded/glasgow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9be2abe820c7
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e60075327152
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 10, 2019

  1. Copy the full SHA
    e600753 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 software/glasgow/arch/nrf24l/rf.py
2 changes: 2 additions & 0 deletions software/glasgow/arch/nrf24l/rf.py
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
# Accession: G00040
# Ref: nRF24L01+ Preliminary Product Specification
# Accession: G00041
# Ref: https://travisgoodspeed.blogspot.com/2011/02/promiscuity-is-nrf24l01s-duty.html

import enum

@@ -94,6 +95,7 @@ def ADDR_RX_PW_Pn(n):
])

class SETUP_AW(enum.IntEnum):
_2_BYTES = 0b00 # undocumented
_3_BYTES = 0b01
_4_BYTES = 0b10
_5_BYTES = 0b11