-
Couldn't load subscription status.
- Fork 0
Comparing changes
Open a pull request
base repository: pycommatthew/pycom-libraries
base: master
head repository: pycom/pycom-libraries
compare: master
- 18 commits
- 26 files changed
- 6 contributors
Commits on Mar 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cf24f16 - Browse repository at this point
Copy the full SHA cf24f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef70f9 - Browse repository at this point
Copy the full SHA 5ef70f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6985cd - Browse repository at this point
Copy the full SHA e6985cdView commit details
Commits on Apr 9, 2021
-
Added & updated error messages when using incompatible shield (firmware)
Configuration menu - View commit details
-
Copy full SHA for 29c580d - Browse repository at this point
Copy the full SHA 29c580dView commit details
Commits on Apr 12, 2021
-
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')Configuration menu - View commit details
-
Copy full SHA for f4845e6 - Browse repository at this point
Copy the full SHA f4845e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f24b3fb - Browse repository at this point
Copy the full SHA f24b3fbView commit details
Commits on Apr 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7b3fadc - Browse repository at this point
Copy the full SHA 7b3fadcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f2f85 - Browse repository at this point
Copy the full SHA 08f2f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69414b2 - Browse repository at this point
Copy the full SHA 69414b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fd80bc - Browse repository at this point
Copy the full SHA 4fd80bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f912301 - Browse repository at this point
Copy the full SHA f912301View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 01ced27 - Browse repository at this point
Copy the full SHA 01ced27View commit details
Commits on May 5, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 148a439 - Browse repository at this point
Copy the full SHA 148a439View commit details
Commits on May 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 59dd4ca - Browse repository at this point
Copy the full SHA 59dd4caView commit details
Commits on May 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2db3d5d - Browse repository at this point
Copy the full SHA 2db3d5dView commit details
Commits on Jun 15, 2021
-
Depracation notice (pycom#148)
* Create readme.md * for reference only * partition -> part
Configuration menu - View commit details
-
Copy full SHA for b92cea7 - Browse repository at this point
Copy the full SHA b92cea7View commit details
Commits on Jun 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 478211f - Browse repository at this point
Copy the full SHA 478211fView commit details
Commits on Oct 27, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 75d0e67 - Browse repository at this point
Copy the full SHA 75d0e67View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master