Skip to content

Better Arduino compatibility: Changed the order of Wire.begin and … - #1193

Merged
slaff merged 1 commit into
SmingHub:developfrom
slaff:fix/arduino-wire-pin-order
Jul 27, 2017
Merged

Better Arduino compatibility: Changed the order of Wire.begin and …#1193
slaff merged 1 commit into
SmingHub:developfrom
slaff:fix/arduino-wire-pin-order

Conversation

@slaff

@slaff slaff commented Jul 18, 2017

Copy link
Copy Markdown
Contributor

…Wire.pins parameters to match the Arduino order.

Related to #1179 and #1061.

Warning: this is a backward incompatible change.

…Wire.pins parameters to

match the [Arduino order](samples/DS3232RTC_NTP_Setter/app/application.cpp).

Related to SmingHub#1179 and SmingHub#1061.

Warning: this is a backward incompatible change.
@slaff

slaff commented Jul 18, 2017

Copy link
Copy Markdown
Contributor Author

@avr39-ripe @max-weller @zgoda Can you check if this PR is working for you as expected? If you have Linux/MacOS the steps to do this are:

cd $SMING_HOME
git stash
git fetch origin pull/1193/head:arduino-wire
git checkout arduino-wire
make dist-clean
make

And then compile and test your favourite sample using Wire.

@avr39-ripe

avr39-ripe commented Jul 18, 2017 via email

Copy link
Copy Markdown
Contributor

@slaff slaff added this to the 3.3.1 milestone Jul 20, 2017
@slaff slaff mentioned this pull request Jul 21, 2017
10 tasks
@slaff slaff changed the title Better Arduino compatability: Changed to order of the Wire.begin and … Better Arduino compatibility: Changed the order of Wire.begin and … Jul 21, 2017
@luelista

Copy link
Copy Markdown

Hi, thanks for changing this, works great!

@slaff
slaff merged commit 50df3f0 into SmingHub:develop Jul 27, 2017
johndoe8967 added a commit to johndoe8967/Sming that referenced this pull request Aug 5, 2017
* commit '855933d10fe88fee52399930f80fa0362c2180a5':
  Added WifiStation.connect() to Basic_rboot sample (SmingHub#1215)
  Appvoyer CI will use the updated choco packages. (SmingHub#1210)
  Added dynamic recalculation of image offsets to prever rom overlapping. (SmingHub#1208)
  Added Gitter Notifications. (SmingHub#1205)
  Better Arduino compatability: Changed to order of the Wire.begin and Wire.pins parameters to (SmingHub#1193)
  Small fixes before the final 3.3.0 (SmingHub#1203)
  Preparation for the final 3.3.0 release. (SmingHub#1202)
  Added example demonstrating Js and CSS combining ... (SmingHub#1200)
  Fixed WebSocket sample HTML page (SmingHub#1201)
  Feature/auto deployment on release (SmingHub#1198)
@slaff slaff removed the 3 - Review label Nov 6, 2017
slaff pushed a commit to slaff/Sming that referenced this pull request Nov 6, 2017
…ith Arduino.

- Arduino compatibility improvements (SmingHub#1213).
- Library code for some Arduino libraries comes directly from their source repositories (Adafruit_ST7735, Adafruit_SSD1306).
- Added dynamic recalculation of image offsets to prevent rom overlapping (SmingHub#1208).
- Added Wi-Fi Protected Setup (WPS) support (SmingHub#1199).
- Ram savings in axTLS (SmingHub#1255).
- Simplified and improved Http Client and Http Server stream handling (SmingHub#1247).
- Fixed Memory Leak in Mqtt (SmingHub#1273).
- Updated Spiffs code to version 0.3.7 + fixes (#SmingHub#1246).

And much more. All merged PRs in this release can be seen from [here](https://github.com/SmingHub/Sming/milestone/12?closed=1)

- Changed the order of Wire.begin and Wire.pins parameters to match the Arduino order (SmingHub#1193).

For a complete list of changes run the following command:

```
git log 3.3.0..3.4.0
```

Thanks to everyone who helped us make this release happen.
@slaff
slaff deleted the fix/arduino-wire-pin-order branch September 24, 2021 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants