You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening an issue on the Energia repository.
Do not use GitHub issues for project related questions.
Use instead the 43oh forum and TI E2E forum, so everyone can share the questions and answers.
Do not use GitHub issues for questions on third-party libraries.
Use instead their own repositories.
Check the issue hasn't been reported yet.
If an issue has already been reported, add your case to its thread.
Please provide the following information.
LaunchPad board name and version: CC3200-LAUNCHXL (80MHZ)
Energia IDE version (found in Energia > About Energia menu): 1.8.11E23
Board package version (found in Tools > Boards > Boards Manager menu): 1.0.3
OS name and version: Windows 10
Describe the expected results.
in the variants.h library for all the boards there is a line for mapping SDA and SCL for all boards except CC3200-LAUNCHXL why is this? from my experience from MSP430 i expected remapping the i2C would be easy
Describe the actual results.
I tried changing the pin numbers on the Wire and HardwareSerial Libraries but that only made the old pins stop working but the new pins didn't work
List the steps to reproduce the problem.
If you go into Wire.h library and changing the pins inside the mapping functions inside the two-wire begin function. or if you change the pins inside the HardwareSerial libraries to pins that would work like pins 5/6, the pins won't change how do I remap pins?
The text was updated successfully, but these errors were encountered:
Thank you for opening an issue on the Energia repository.
Do not use GitHub issues for project related questions.
Use instead the 43oh forum and TI E2E forum, so everyone can share the questions and answers.
Do not use GitHub issues for questions on third-party libraries.
Use instead their own repositories.
Check the issue hasn't been reported yet.
If an issue has already been reported, add your case to its thread.
Please provide the following information.
Describe the expected results.
in the variants.h library for all the boards there is a line for mapping SDA and SCL for all boards except CC3200-LAUNCHXL why is this? from my experience from MSP430 i expected remapping the i2C would be easy
Describe the actual results.
I tried changing the pin numbers on the Wire and HardwareSerial Libraries but that only made the old pins stop working but the new pins didn't work
List the steps to reproduce the problem.
If you go into Wire.h library and changing the pins inside the mapping functions inside the two-wire begin function. or if you change the pins inside the HardwareSerial libraries to pins that would work like pins 5/6, the pins won't change how do I remap pins?
The text was updated successfully, but these errors were encountered: