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: pycommatthew/pycom-libraries
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pycom/pycom-libraries
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 26 files changed
  • 6 contributors

Commits on Mar 11, 2021

  1. Typo (pycom#138)

    peter-pycom authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    cf24f16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ef70f9 View commit details
    Browse the repository at this point in the history
  3. mv MFRC630

    peter-pycom committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    e6985cd View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Errors (pycom#142)

    Added & updated error messages when using incompatible shield (firmware)
    peter-pycom authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    29c580d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Ensure checksum is 2 digits (pycom#143)

    Fix bug where some L76 messages are ignored due to the checksum being one digit long (i.e. 'F') vs. the expected 2 digit length ('0F')
    Lukanite authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    f4845e6 View commit details
    Browse the repository at this point in the history
  2. makefile release (pycom#141)

    gijsio authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    f24b3fb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Spot when pressure sensor has stalled and reset it.

    Adrian McEwen authored and peter-pycom committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    7b3fadc View commit details
    Browse the repository at this point in the history
  2. Add lux calculation to LTR329ALS sensor

    Adrian McEwen authored and peter-pycom committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    08f2f85 View commit details
    Browse the repository at this point in the history
  3. Fix division-by-zero bug in the lux() calculation

    Adrian McEwen authored and peter-pycom committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    69414b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fd80bc View commit details
    Browse the repository at this point in the history
  5. add lux reading in example

    gijsio committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    f912301 View commit details
    Browse the repository at this point in the history
  6. Merge pull request pycom#146 from pycom/mcqn_pressure_hang_update

    * Spot when pressure sensor has stalled and reset it.
    
    * Add lux calculation to LTR329ALS sensor
    
    * Fix division-by-zero bug in the lux() calculation
    
    * Add methods to control the heater in the SI7006 temp/humidity sensor.
    
    * Add lux reading in Pysense 2 example
    
    Co-authored-by: Adrian McEwen <[email protected]>
    gijsio and Adrian McEwen authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    01ced27 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. MFRC630: Fix decoding not returning the data, but all 0's

    Fix for https://forum.pycom.io/topic/6981/pyscan-nfc-rfid-reading-issue/
    
    Decoding a NFC card would previously return all 0's because of this bug. Instead of returning the data, we would return the length, which would make the following function calls print all 0's instead of the decoded data.
    
    I was not able to test this personally because of a lack of decodable keycards
    gijsio authored May 5, 2021
    Configuration menu
    Copy the full SHA
    148a439 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. fix broken link

    ljmerza authored May 27, 2021
    Configuration menu
    Copy the full SHA
    59dd4ca View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Merge pull request pycom#149 from ljmerza/patch-1

    fix broken link
    gijsio authored May 28, 2021
    Configuration menu
    Copy the full SHA
    2db3d5d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Depracation notice (pycom#148)

    * Create readme.md
    
    * for reference only
    
    * partition -> part
    gijsio authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    b92cea7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. added missing parentheses

    gijsio authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    478211f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. pymesh: do not (re-)create LoRa instances in pymesh_config

    It seems there is a rare chance to end up with a frozen device at the point where the lora=LoRa() object is recreated. There is no real need to do this inside pymesh_config, so as a workaround we simply make one object only and pass the lora_mac
    peter-pycom authored and msariisik committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    75d0e67 View commit details
    Browse the repository at this point in the history
Loading