Skip to content

Commit

Permalink
Update 2024-09-19-stm32devboard.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancormack authored Sep 26, 2024
1 parent 425d70c commit c001f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-09-19-stm32devboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The user LED is on pin PB12, and CAN RX and TX are on PB8 and PB9.

### Example Code

~~~
{% highlight cpp %}
// Serial and LED code for Jordan's STM32 Dev Boards

void setup() {
Expand All @@ -65,4 +65,4 @@ void loop() {
Serial.println("LED OFF");
delay(1000);
}
~~~
{% endhighlight %}

0 comments on commit c001f38

Please sign in to comment.