Skip to content

Releases: WildernessLabs/Meadow.Foundation

Beta 4.3

04 Jan 07:57
Compare
Choose a tag to compare
Beta 4.3 Pre-release
Pre-release

Changes:

See More
  • c2ef27b Minor uGraphics cleanup
  • 2c557c3 TftSpi ClearDisplay fix - fixes #125
  • 6bc09e3 uGraphics cleanup fixes #123 #124
  • 006eb29 Minor fix for TextDisplayMenu (add subitems)
  • 428bf74 Add project references for TextDisplayMenu Samples, remove Test project, and couple project references
  • ae3534c TftSpi Show(true) fix
  • d8a93f9 Fixed up refs in the peripheral drivers
  • e1a91ab Reorganized Libraries and Frameworks
  • 3aca1b2 update current package IDs
  • f4e9baa Update PushButton_Sample project
  • 0dd7e94 PushButton update (and fix)
  • dc62fd9 Build fixes (Complete Solution now builds)
  • bcf3deb Add InvertPixel method to Ssd1327
  • 2516348 Fix Ssd1681 namespace
  • 84fe127 Updates to Hx8357x drivers
  • 632bb4b Add Mag3110 sample
  • f480b5b Add Hx8357b driver, sample and datasheet
  • 04e94bb Hx8357d driver update + sample
  • b338013 Graphics lib and display driver performance optimizations
  • 6a2e02c Improve TftSpi Rbg444 drawing perf and fix invert
  • d6bf9cc TftSpi Rgb444 fix
  • 90924db Add 12-bit RGB444 support to TFTSPI drivers for supported displays
  • fb7dd92 Add 12 bpp support to DisplayTftSpiBase - still need to update individual drivers
  • 2b0adfc Remove local nuget ref in Yx5300 sample
  • d93c7c6 Starting work to support 12 bit mode for color tft displays
  • f9e5943 Added constructor to TextDisplayMenu to enable creating menus without Json
  • 632da4a Added horizontal text alignment to GraphicsLibrary
  • b4fe73a Add 2nd TextDisplayMenu sample to sln
  • 2a8d48b Update SSD1306 project description for nuget
  • bc834ee Big TextDisplayMenu cleanup and modernization
  • ba910f6 Add Ssd1327 driver, sample and datasheet
  • 3e50176 Add Tcs3472x driver, sample and datasheet
  • 9e81657 Update AdaFruitMPRLS driver - ready to publish!
  • 967ea8b Adding device driver for Adafruit MPRLS sensor, example code to use it, and datasheet.
  • 22d4dd3 Remove redundant project reference for sample
  • 7bf474f Perf updates for ITextDisplay
  • 46e43de Fix TFT invert pixel method, add invert rect to graphics lib
  • 04ccbf1 Add InvertPixel method to GraphicsLibrary
  • 7c41211 Add InvertPixel method to TftSpiBase
  • 549f6ec Add InvertPixel method to DisplayBase
  • 1a3334e Add InvertPixel method to LedMatrix 8x16 feather wing driver
  • 3d1268f St7565 add InvertPixel method
  • aaf1b21 Pcd8544 minor cleanup and add invert pixel method
  • 5c6e762 Max7219 minor cleanup and add InvertPixel method
  • 39f78a2 Add InvertPixel method to ePaper drivers
  • f7e3414 Add inversion test to Ssd1306 sample
  • b353713 Is31fl3731 minor cleanup
  • 1490dc5 CharlieWing driver minor cleanup
  • 7a4987e Ht16k33 driver cleanup
  • ed538f9 Add InvertPixel method to Ssd1306 driver
  • 1668c6b Light TextDisplayMenu cleanup + new sample project
  • 0199692 Remove System.Text.Json console sample (no longer needed)
  • 436276e Update TextDisplayMenu to use System.Text.Json
  • c3f1746 Update Ssd1306 sample
  • bd66ed2 A couple of comment fixes for Ssd1309
  • e2aed30 Mior update on analog project sample
  • 8bbae35 Minor update on Leds sample
  • 6a18e0c TextDisplayMenu cleanup
  • 38a2e61 TextDisplayMenu updates
  • dc5f3e7 TftSpi cleanup
  • 7ffef4d Add Ili9488 driver and datasheet (not tested)
  • b7d1088 Add St7796 driver and datasheet (not tested)
  • ff7d110 Add rotation method to S6D02A1 tft display driver
  • 7268852 Add Rm68140 driver and datasheet (not tested)
  • 7a4e605 Add ILI9486 driver and datasheet (not tested)
  • 084124c Add ILI9481 driver and datasheet (not tested)
  • a0fd2aa Add Hx8357 driver and datasheet (untested):
  • abd140e Add GC9A01A driver and data sheet
  • 145e8fe Add 4 bpp color mode define
  • 4a3b9af Add Ram Read define to TftSpiBase:
  • 90a1c62 Add 72x40 support to Ssd1306 driver
  • 40a2a86 Update CharacterDisplay sample project
  • f6f7380 TextDisplayMenu updates to remove input hardware dependancies
  • e7a4016 TextDisplayMenu cleanup
  • 563b1da Minor cleanup of Analog Temp Sensor driver
  • 894fe60 Analog Water Level driver cleanup
  • fc22de3 arch cleanup and got BME680 building.
  • 3c6523d Add Meadow.Core reference to water level sample
  • 1ea1bb1 Add AnalogWaterLevel driver and sample
  • c09238e Merge remote-tracking branch 'origin/BME680' into WIP
  • 8c1da6e Finish Yx5300 driver
  • 62fca82 Add Yx5300 mp3 player driver, sample & datasheet - WIP
  • 42d1ec0 Merge pull request #108 from WildernessLabs/missing_impl
  • 843979e fixing build, adding default implementation
  • 6650c0e Minor Update PushButton_Sample
  • 0cf811a Update Apa102 sample:
  • 6eb7e6c Update Samples for LedBarGraph and PwmLedBarGraph
  • 151dbcb Update on LED drivers
  • 8ad3e68 Minor comment
  • 9c7e986 Add Constructor to Servo to pass IIODevice and IPin
  • 32e4faa RF24 minor cleanup and new sample projects for TX and RX
  • aeab6df RF24 progress (now receives data, still WIP, needs cleaning and defensive code)
  • dc3b07e RF24 progress
  • 13dd707 RF24 progress
  • 4cccd6d RF24 driver progress
  • 880eaef Minor cleanup of VC0706 sample
  • 7106b7c RF24 WIP
  • 64ab0f2 Add Mb10x0 driver WIP
  • f3b1627 Minor graphics lib cleanup
  • dd90c07 VC0706 cleanup
  • 89b7a10 Merge branch 'WIP' of https://www.github.com/wildernesslabs/Meadow.Foundation into WIP
  • 8c2d371 Update Vc0706 sample
  • 18e5218 Add Nrf24l01 library project and sample (early WIP)
  • 7a3113c Update Oled128x32 driver with @MarkAlanJones fix issue #107
  • 171b3f9 Vc0706 progress - I think it works but haven't decoded jpeg
  • 0dfa397 Vc0706 camera driver WIP
  • bcc1d9b Fix Gps StartUpdating method typo
  • 6655429 IL91874 updates
  • bf868ac FourDigitSevenSegment decimal update
  • 181cc20 VL53 radar sample progress
  • ee5c0ff Add VL53L0X radar sample - WIP
  • aef5f76 F...
Read more

Beta 4.2

10 Dec 22:38
Compare
Choose a tag to compare
Beta 4.2 Pre-release
Pre-release

Changes:

See More
  • 632bb4b Add Mag3110 sample
  • f480b5b Add Hx8357b driver, sample and datasheet
  • 04e94bb Hx8357d driver update + sample
  • b338013 Graphics lib and display driver performance optimizations
  • 6a2e02c Improve TftSpi Rbg444 drawing perf and fix invert
  • d6bf9cc TftSpi Rgb444 fix
  • 90924db Add 12-bit RGB444 support to TFTSPI drivers for supported displays
  • fb7dd92 Add 12 bpp support to DisplayTftSpiBase - still need to update individual drivers
  • 2b0adfc Remove local nuget ref in Yx5300 sample
  • d93c7c6 Starting work to support 12 bit mode for color tft displays
  • f9e5943 Added constructor to TextDisplayMenu to enable creating menus without Json
  • 632da4a Added horizontal text alignment to GraphicsLibrary
  • b4fe73a Add 2nd TextDisplayMenu sample to sln
  • 2a8d48b Update SSD1306 project description for nuget
  • bc834ee Big TextDisplayMenu cleanup and modernization
  • ba910f6 Add Ssd1327 driver, sample and datasheet
  • 3e50176 Add Tcs3472x driver, sample and datasheet
  • 9e81657 Update AdaFruitMPRLS driver - ready to publish!
  • 967ea8b Adding device driver for Adafruit MPRLS sensor, example code to use it, and datasheet.
  • 22d4dd3 Remove redundant project reference for sample
  • 7bf474f Perf updates for ITextDisplay
  • 46e43de Fix TFT invert pixel method, add invert rect to graphics lib
  • 04ccbf1 Add InvertPixel method to GraphicsLibrary
  • 7c41211 Add InvertPixel method to TftSpiBase
  • 549f6ec Add InvertPixel method to DisplayBase
  • 1a3334e Add InvertPixel method to LedMatrix 8x16 feather wing driver
  • 3d1268f St7565 add InvertPixel method
  • aaf1b21 Pcd8544 minor cleanup and add invert pixel method
  • 5c6e762 Max7219 minor cleanup and add InvertPixel method
  • 39f78a2 Add InvertPixel method to ePaper drivers
  • f7e3414 Add inversion test to Ssd1306 sample
  • b353713 Is31fl3731 minor cleanup
  • 1490dc5 CharlieWing driver minor cleanup
  • 7a4987e Ht16k33 driver cleanup
  • ed538f9 Add InvertPixel method to Ssd1306 driver
  • 1668c6b Light TextDisplayMenu cleanup + new sample project
  • 0199692 Remove System.Text.Json console sample (no longer needed)
  • 436276e Update TextDisplayMenu to use System.Text.Json
  • c3f1746 Update Ssd1306 sample
  • bd66ed2 A couple of comment fixes for Ssd1309
  • e2aed30 Mior update on analog project sample
  • 8bbae35 Minor update on Leds sample
  • 6a18e0c TextDisplayMenu cleanup
  • 38a2e61 TextDisplayMenu updates
  • dc5f3e7 TftSpi cleanup
  • 7ffef4d Add Ili9488 driver and datasheet (not tested)
  • b7d1088 Add St7796 driver and datasheet (not tested)
  • ff7d110 Add rotation method to S6D02A1 tft display driver
  • 7268852 Add Rm68140 driver and datasheet (not tested)
  • 7a4e605 Add ILI9486 driver and datasheet (not tested)
  • 084124c Add ILI9481 driver and datasheet (not tested)
  • a0fd2aa Add Hx8357 driver and datasheet (untested):
  • abd140e Add GC9A01A driver and data sheet
  • 145e8fe Add 4 bpp color mode define
  • 4a3b9af Add Ram Read define to TftSpiBase:
  • 90a1c62 Add 72x40 support to Ssd1306 driver
  • 40a2a86 Update CharacterDisplay sample project
  • f6f7380 TextDisplayMenu updates to remove input hardware dependancies
  • e7a4016 TextDisplayMenu cleanup
  • 563b1da Minor cleanup of Analog Temp Sensor driver
  • 894fe60 Analog Water Level driver cleanup
  • fc22de3 arch cleanup and got BME680 building.
  • 3c6523d Add Meadow.Core reference to water level sample
  • 1ea1bb1 Add AnalogWaterLevel driver and sample
  • c09238e Merge remote-tracking branch 'origin/BME680' into WIP
  • 8c1da6e Finish Yx5300 driver
  • 62fca82 Add Yx5300 mp3 player driver, sample & datasheet - WIP
  • 42d1ec0 Merge pull request #108 from WildernessLabs/missing_impl
  • 843979e fixing build, adding default implementation
  • 6650c0e Minor Update PushButton_Sample
  • 0cf811a Update Apa102 sample:
  • 6eb7e6c Update Samples for LedBarGraph and PwmLedBarGraph
  • 151dbcb Update on LED drivers
  • 8ad3e68 Minor comment
  • 9c7e986 Add Constructor to Servo to pass IIODevice and IPin
  • 32e4faa RF24 minor cleanup and new sample projects for TX and RX
  • aeab6df RF24 progress (now receives data, still WIP, needs cleaning and defensive code)
  • dc3b07e RF24 progress
  • 13dd707 RF24 progress
  • 4cccd6d RF24 driver progress
  • 880eaef Minor cleanup of VC0706 sample
  • 7106b7c RF24 WIP
  • 64ab0f2 Add Mb10x0 driver WIP
  • f3b1627 Minor graphics lib cleanup
  • dd90c07 VC0706 cleanup
  • 89b7a10 Merge branch 'WIP' of https://www.github.com/wildernesslabs/Meadow.Foundation into WIP
  • 8c2d371 Update Vc0706 sample
  • 18e5218 Add Nrf24l01 library project and sample (early WIP)
  • 7a3113c Update Oled128x32 driver with @MarkAlanJones fix issue #107
  • 171b3f9 Vc0706 progress - I think it works but haven't decoded jpeg
  • 0dfa397 Vc0706 camera driver WIP
  • bcc1d9b Fix Gps StartUpdating method typo
  • 6655429 IL91874 updates
  • bf868ac FourDigitSevenSegment decimal update
  • 181cc20 VL53 radar sample progress
  • ee5c0ff Add VL53L0X radar sample - WIP
  • aef5f76 Finish rounded rect APIs and polar line drawing in Graphics lib
  • 66a63a4 Small fix for namespace on Mpr121 sensor
  • bf03888 Add Round Rect to grpahics lib (WIP)
  • 82392b4 Finish quadrant code for grpahics lib and update St7789 sample
  • 1115b9e Add DrawCircleQuadrant method to GraphicsLibrary
  • 30b5eb9 Start of Ssd1681 ePaper driver + datasheet
  • c408bc7 I2C character display fixes + sample cleanup
  • 7f039d2 I2C Character display almost finished
  • 61a9cc5 Add ICharacterDisplay, and refactor CharacterDisplay to support GPIO and I2C
  • 3a32392 Mpr121 minor cleanup
  • 13b4be7 Mpr121 sample updates
  • 98c2a47 Update / validate Mpr121 driver
  • 248fcb5 Update values for the SG90 servo config
  • 16e5a86 Vl53l0x cleanup + sample updates
  • 0e44bef Start of round display d...
Read more

Beta 3.11

25 May 06:21
Compare
Choose a tag to compare
Beta 3.11 Pre-release
Pre-release

Changes:

  • 69dd59d fix bad sample reference
  • ff77b8d tight reference for m.f. to m.c. 0.13.0
  • ef0a244 bumping versions and updating references
  • 9bd1d7c remove meadow.core from sln
  • d2d8925 publishing meadow.foundation 0.15
  • b0269af Merge branch 'develop'
  • fe90a82 Bump Meadow.Foundation version
  • 4b086d3 Merge pull request #87 from WildernessLabs/develop
  • a7176bf Add HallEffect_Sample project
  • fd7504d Merge pull request #83 from WildernessLabs/pushbutton_update
See More
  • 0cfc616 Update project metadata for TextDisplayMenu
  • 43b54cb Update atmospheric and accelerometer drivers to correctly cache and report old conditions
  • 1dbfac9 Add Tests.I2cSpiAnalogTemperature_Sample project to test Analog Input ports and I2c and Spi buses
  • aeaf419 Update foundation to work with latest Meadow.Core changes
  • e90538a Update project samples for Led, PwmLed and PushButtons
  • 2a3dcd9 Minor fix on DisplayTftSpiBase driver
  • 2e5fe1f cleanup
  • afa3a4c OLED 128x32 featherwing reference fixes
  • 8d769bc Merge pull request #80 from malmbergn/FeatherWings.OLED128x32
  • 6f58589 Reference and API fixes to get everything building
  • b4018bd Merge pull request #79 from malmbergn/PCA9685
  • 22e0db6 push button long press change
  • 3bfc1be Add a few comments to public methods in TftSpiBase
  • 8e73796 Bump package version for accelerometer drivers
  • 0fe0eff Update Mpu6050 to IObservable pattern
  • 3af98bd Minor update to Hcsens0040 comments
  • df0a472 Update Adxl377 public property names
  • 3b7572b Update graphics library to match updated ITextDisplay interface
  • c8eca87 Add white BG logo
  • a0752aa Add support for partial updates to TftSpiBase (working)
  • 0d10e20 Merge branch 'develop' of https://github.com/WildernessLabs/Meadow.Foundation into develop
  • 786c7e9 Update TftDisplay base to support partial screen updates (untested)
  • 0991e59 Update Adxl377 to IObservable pattern (+ sample)
  • d6a0989 Adxl362 update to IObservable pattern (+ sample)
  • da3823e Adxl345 minor cleanup
  • 0b3b0cc Update Adxl345 to IObservable pattern (+ sample)
  • c9bf44b Update Adxl337 to IObservable pattern (+ sample)
  • b4f07fc Bump Adxl335 version to 0.2.0
  • 8a6f3c5 Fix Adxl335 driver file name
  • cc6901b remove unused nmea nuspec
  • c40525c Adxl337 project cleanup
  • d9a5f11 Update Adxl335 to use IObservable pattern (+ sample)
  • d1e6dc8 Minor cleanup of Sht31D driver
  • e9f69b3 Created a driver for Adafruit FeatherWing OLED - 128x32 OLED
  • d03cbd4 Created a driver for PCA9685 IC which is used by both the Adafruit's PWM/Servo wing and Motor wing.
  • 309d785 Merge pull request #75 from airmiles13/fix-rotation-rotary-encoder-with-button
  • 25300c5 Update Ssd1309 samepl
  • 3407760 Improve circle drawing code in graphics library
  • 91b5b60 Merge pull request #78 from WildernessLabs/RgbPwmLed_update
  • a90f431 Add brightness parameter for the SetColor method
  • 51a5025 Fix GPS sample reference
  • edc4b94 Merge remote-tracking branch 'origin/bugfix/si70xx' into develop
  • 4c8f3e7 Merge branch 'develop_denugetized' into develop
  • 8bf62cb Added ref to Meadow.Core
  • 199716b Set TextDisplayMenu to use public SimpleJson nuget
  • 3ed1a83 TextDisplayMenu progress + cleanup
  • d6baf82 Merge pull request #76 from WildernessLabs/develop_denugetized
  • 551ba5e denugetize for bc
  • b042eac TextDisplayMenu sample WIP
  • 90189bb Re-add frameworks samples to solution after cleanup
  • c143781 Impliment ITextDisplay in GraphicsLibrary
  • fdca1c7 Add TextDisplayMenu sample
  • 44547f7 Move GPS sample into Samples folder
  • f359994 Reduced debounce and added some additional logic for flags that get stuck
  • 21568eb Meadow.Foundation.ICs.IOExpanders.Mcp23x08 0.1.4
  • 94c7d65 Updated Sample code to pins that work.
  • f6ed98a This code fixes the value counting correctly on rotation. It also makes the button events fire correctly.
  • fe5ab4a Update Max7219 to allow multiple layouts + sample
  • 8aba373 made atmospheric condition members nullable
  • 17561b9 made atmospheric condition members nullable
  • bfef485 Updated AnalogTempSensor to use nullable AtmosphericConditions
  • 2249174 Updated Si70xx to use newer I2C peripheral (not using obsolete methods)
  • ad51c28 Update references for project samples
  • 97258ca Merge pull request #71 from WildernessLabs/develop
  • 037b873 bump for release and upate meadow.core ref
  • f4ec3fc Fix a minor line drawing bug in GraphicsLibrary
  • af093dc Improve error checking in CharacterDisplay
  • 7fc240e Merge pull request #68 from jbfraser1/bugfix/67TempCalibration [ #67 ]
  • e93b382 Merge pull request #69 from jbfraser1/bugfix/46VtoTempCalc [ #46 ]
  • c45c8ab Update azure-pipelines.yml for Azure Pipelines
  • 90947d4 Fixes #46
  • 67e4589 Fix for #67 Custom Temperature sensor calibration
  • d89abef Update PushButton project sample
  • db4fbe5 Merge pull request #66 from WildernessLabs/master
  • 96c72b7 Merge pull request #65 from WildernessLabs/develop
  • 492854c Merge pull request #64 from WildernessLabs/fix_interfaces
  • 63ab558 fix interfaces
  • 090e484 Update azure-pipelines.yml for Azure Pipelines
  • b73ad37 Update azure-pipelines.yml for Azure Pipelines
  • a920b54 Merge pull request #61 from WildernessLabs/develop
  • ae9d7c1 Merge branch 'master' into develop
  • 67ec389 Merge pull request #60 from WildernessLabs/release3.9
  • d7424ac misc reference fixes
  • 4be06ef update meadow.core ref
  • 97771e7 bumps for 0.3.9 release
  • 7d6c27e Change reference of the Servo_Sample project
  • 581a52b Update Servo 0.8.6
  • ce4018e Merge pull request #59 from WildernessLabs/dev_servo
  • b362260 Update servo named configs
  • 51e971d Add SG90 in the NamedServoConfigs
  • 7dcb3fc Small update on Led and PwmLed sample projects
  • 02a3701 Update azure-pipelines.yml for Azure Pipelines
  • a03bcbc Update azure-pipelines.yml for Azure Pipelines
  • 20d4744 Rename VEML7700 to Veml7700
  • 8983b67 Fix sdk version in 10 projects
  • 3ca8921 Set Max7219 to use persistant SPI buffers:
  • 7f05a02 Update azure-pipelines.yml for Azure Pipelines
  • 20bd718 Update azure-pipelines.yml for Azure Pipelines
  • 8924cf1 Update azure-pipelines.yml for Azure Pipelines
  • 661447a Update azure-pipelines.yml for Azure Pipelines
  • bef1bf9 Update azure-pipelines.yml for Azure Pipelines
  • a85bc88 Update azure-pipelines.yml for Azure Pipelines
  • 4c01f57 Update azure-pipelines....
Read more

Beta 3.10

04 Apr 04:29
97258ca
Compare
Choose a tag to compare
Beta 3.10 Pre-release
Pre-release

Changes:

  • 97258ca Merge pull request #71 from WildernessLabs/develop
  • 037b873 bump for release and upate meadow.core ref
  • f4ec3fc Fix a minor line drawing bug in GraphicsLibrary
  • af093dc Improve error checking in CharacterDisplay
  • 7fc240e Merge pull request #68 from jbfraser1/bugfix/67TempCalibration [ #67 ]
  • e93b382 Merge pull request #69 from jbfraser1/bugfix/46VtoTempCalc [ #46 ]
  • c45c8ab Update azure-pipelines.yml for Azure Pipelines
  • 90947d4 Fixes #46
  • 67e4589 Fix for #67 Custom Temperature sensor calibration
  • d89abef Update PushButton project sample
See More
  • db4fbe5 Merge pull request #66 from WildernessLabs/master
  • 96c72b7 Merge pull request #65 from WildernessLabs/develop
  • 492854c Merge pull request #64 from WildernessLabs/fix_interfaces
  • 63ab558 fix interfaces
  • 090e484 Update azure-pipelines.yml for Azure Pipelines
  • b73ad37 Update azure-pipelines.yml for Azure Pipelines
  • a920b54 Merge pull request #61 from WildernessLabs/develop
  • ae9d7c1 Merge branch 'master' into develop
  • 67ec389 Merge pull request #60 from WildernessLabs/release3.9
  • d7424ac misc reference fixes
  • 4be06ef update meadow.core ref
  • 97771e7 bumps for 0.3.9 release
  • 7d6c27e Change reference of the Servo_Sample project
  • 581a52b Update Servo 0.8.6
  • ce4018e Merge pull request #59 from WildernessLabs/dev_servo
  • b362260 Update servo named configs
  • 51e971d Add SG90 in the NamedServoConfigs
  • 7dcb3fc Small update on Led and PwmLed sample projects
  • 02a3701 Update azure-pipelines.yml for Azure Pipelines
  • a03bcbc Update azure-pipelines.yml for Azure Pipelines
  • 20d4744 Rename VEML7700 to Veml7700
  • 8983b67 Fix sdk version in 10 projects
  • 3ca8921 Set Max7219 to use persistant SPI buffers:
  • 7f05a02 Update azure-pipelines.yml for Azure Pipelines
  • 20bd718 Update azure-pipelines.yml for Azure Pipelines
  • 8924cf1 Update azure-pipelines.yml for Azure Pipelines
  • 661447a Update azure-pipelines.yml for Azure Pipelines
  • bef1bf9 Update azure-pipelines.yml for Azure Pipelines
  • a85bc88 Update azure-pipelines.yml for Azure Pipelines
  • 4c01f57 Update azure-pipelines.yml for Azure Pipelines
  • 9ea90d1 Update azure-pipelines.yml for Azure Pipelines
  • 4bb2d8a Merge pull request #57 from WildernessLabs/beta-publish
  • 3ff78db beta publish test
  • 536230f Update azure-pipelines.yml for Azure Pipelines
  • c2fa5fa Merge pull request #54 from WildernessLabs/denugetize_fix
  • 852ba92 update denugetize script to ignore non Meadow packages
  • 6176937 Mpu6050 fix + ePaper sample updates
  • b52777d Merge pull request #53 from WildernessLabs/feature/veml7700
  • 767b94e update pipeline script
  • ffee512 Update azure-pipelines.yml for Azure Pipelines
  • a73b8fd VEML7700 support
  • eb9509e Update azure-pipelines.yml for Azure Pipelines
  • 4faec06 Mcp23x08 now working with NuGet packages
  • ad8a972 Fix Mcp23x08 sample references
  • 4714827 Configure Lm75 project to generate nuget package
  • 67bce21 Fix Mcp23x08 physical folder naming so Jenkins picks up the right reference
  • b4bc71c Update Meadow.Foundation.ICs.IOExpanders.Mcp23x08 0.1.2
  • ffa71f1 Fix project samples namings
  • fddca7a Update peripheral version numbers vs BK script
  • 8ed6f4d Project ref fixes +namespace cleanup for docs
  • 0f6f6f1 sample project fixes
  • 3e94206 fix bump script to run in both dirs
  • b3b34b3 Fix Mcp23x08 project refs
  • a631f9f Peripheral updates for b3.8
  • f11e096 Update Meadow.Foundation references to 0.13.2 for b3.8
  • 0a8b799 nugetize
  • 5bcd42a Bump version to 0.13.2 for b3.8
  • 801ec4d Driver comment cleanup for b3.8 + update Meadow.Core reference
  • dad5e3f Minor cleanup for SX127x
  • 6e80653 Prep Ina260 for publishing
  • 5ac21bf Prep Mcp23x08 for publishing
  • 7554e5a Add MCP23x08 updates for b3.8
  • b2098ee Merge branch 'master' into MCP23x08
  • f94d2af Simplify AnalogJoystick sample project
  • 2c0b84d remove editorconfig
  • 0c4ebad some code cleanup
  • 76fa18e implement interrupts
  • 50cef87 Merge pull request #49 from WildernessLabs/dev_joystick
  • 32fe917 Update AnalogJoystick_Sample project
  • c7be871 Add LM75 driver, sample and datasheet
  • 667628b AnalogJoystick updates - ready to publish
  • 32a4c81 Add IObservable (Subscribe both Horizontal and Vertical input ports to raise event)
  • ce9017c Small WIP
  • 96cea90 Add debounce filtering to rotary encoder - working nicely w KY-040
  • 724309a Add SSD1309 3D cube sample
  • d8193b8 Merge pull request #48 from patridge/patch-1
  • b04f4cd Unify whitespace
  • 9926be4 Add IObserable pattern to Joystick
  • 48e0c90 Add Leds to light up depending on GetPosition()
  • 6e8563b Add IsInverted property
  • ae43630 Joystick check more positions
  • 481b416 Minor fix on a light sensor sample project
  • ec5cb8b Add breakout code to SSD1309 game sample
  • 4458624 Fix summary for x74595
  • ef0c25c Add Max44009 light sensor driver, sample and datasheet
  • e08d169 Hacking on compass drivers (WIP)
  • 617935a Sample + driver updates to SSD1306 and SSD1309
  • f514aef move changes from Mcp23008 branch
  • 8cc07c8 SSD1306/1309 SPI fix
  • dd9a548 Merge pull request #45 from WildernessLabs/feature/ina260
  • 3252c00 changed project reference for sx127x
  • 88183bd Merge branch 'feature/sx127x' into feature/ina260
  • 8240ff5 Missed a check-in
  • f9382c4 SX127 projects in SLN
  • 41dd9ab Merge branch 'master' into feature/sx127x
  • 0ed1a62 MPU6050 sample update
  • 06195ca TSL2591 sample
  • 1d9de8b INA260
  • 9b231e3 TSL2591
  • 04615c8 MPU6050 refactor
  • 2f07c02 Major refactor of MPU-6050
  • 6ea12f0 Added INA260
  • 5be5996 Bump Ssd1306 version
  • 9bea37b Add Ssd1309 driver + cleanup
  • 7fd88c7 Nuget ref updates
  • d18362e Meadow.Foundation 0.13.1
  • 0feefd7 PwmLed IsOn property fix
  • 503c794 Update nuget packages for peripheral samples + minor cleanup
  • b9d45d9 Add Ssd1309 driver, sample and datasheet (WIP)
  • f9935b7 Merge pull request #44 from WildernessLabs/b3.7
  • 5ea44a2 bump libs and frameworks
  • 9b9082b Merge pull request #43 from WildernessLabs/b3.7
  • 04d1461 bump M.F. version ...
Read more

Beta 3.9

27 Mar 23:33
a920b54
Compare
Choose a tag to compare
Beta 3.9 Pre-release
Pre-release
Merge pull request #61 from WildernessLabs/develop

Develop