Skip to content

Commit

Permalink
removed template
Browse files Browse the repository at this point in the history
  • Loading branch information
emgardner committed Jan 18, 2024
1 parent 704a372 commit 7565290
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Setting up an embedded rust project for STM32
hero: ./Background.jpg
thumbnail: Thumbnail.png
description: How to use cargo to setup an embedded rust project.
// layout: ../../../layouts/PostLayout.astro
tags: [rust, embedded, stm32, microcontrollers]
date: 01-20-2022
draft: false
Expand Down
7 changes: 5 additions & 2 deletions src/content/posts/embedded-rust-gpio's/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ title: GPIO'S in embedded Rust
hero: ./Background.jpg
thumbnail: ./Thumbnail.png
description: How to use gpios in embedded rust
layout: ../../../layouts/PostLayout.astro
tags: [rust, embedded, stm32, microcontrollers]
tags:
- rust
- embedded
- stm32
- microcontrollers
date: 01-22-2022
draft: false
---
Expand Down
7 changes: 5 additions & 2 deletions src/content/posts/embedded-rust-serial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ title: Embedded Rust Serial
hero: ./Background.jpg
thumbnail: ./Thumbnail.png
description: How to use the UART in embedded rust
layout: ../../../layouts/PostLayout.astro
tags: [rust, embedded, stm32, microcontrollers]
tags:
- rust
- embedded
- stm32
- microcontrollers
date: 01-23-2022
draft: false
---
Expand Down
7 changes: 5 additions & 2 deletions src/content/posts/embedded-rust-timers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ title: Timers in embedded Rust
hero: ./Background.jpg
thumbnail: ./Thumbnail.png
description: How to use timer's in embedded rust
layout: ../../../layouts/PostLayout.astro
tags: [rust, embedded, stm32, microcontrollers]
tags:
- rust
- embedded
- stm32
- microcontrollers
date: 01-21-2022
draft: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ draft: false
tags:
- PROGRAMMING
- "#obsidian"
layout: ../../../layouts/PostLayout.astro
title: How i am using Obsidian for my blog
date: 01-12-2023
---
Expand Down

0 comments on commit 7565290

Please sign in to comment.