-
Notifications
You must be signed in to change notification settings - Fork 1k
New Variant - BlackPill F103C8 #414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thought I'd mention that the following are tested and working: USART Not yet tested |
I2C working |
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
I thought I had set the I2C pins to the arduino compatible values, but it seems I messed that up. This change will set the defaults for the board variant RemRam V1.
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Analogue read tested and working. Any more testing required Frederic? This one seems reasonably safe... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even if a small typo issue. This could be fixed later.
@@ -44,7 +44,7 @@ extern "C"{ | |||
*----------------------------------------------------------------------------*/ | |||
extern const PinName digitalPin[]; | |||
|
|||
// USB connector on the top, MCU side | |||
// Bluepill USB connector on the top, MCU side - Blackpill USB connector on bottom, MCU Side (pins are reversed vertically for Arduino Ananlog pin correct sequence. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a quick note:
Avoid line length > 80
Small typo: Analog
Minor adjustment to BluePillF103C8 Variant to support BlackPillF103C8 - LED_BUILTIN is on PB12 instead of PC13.