Jun Hyuk Kim's Blog
[2022/12/18] Code Diary(Embedded System change + Basic max min heap) 본문
Coding Journal
[2022/12/18] Code Diary(Embedded System change + Basic max min heap)
junhyuk1229 2022. 12. 18. 16:49The professor asked me if I could make the 'Embedded System' Education course PPT and code for the labs.
I had to start from scratch using a new IDE called STM32CubeIDE. It is better than the last 'Keil uVision5' used during class. I made the setup powerpoint and I am waiting for feedback. All previous codes that are not used are saved at 'Old Code' folder.
https://github.com/junhyuk1229/Embedded-System-STM32L476-Nucleo-64
Continued added code solutions to my github. Had problems making min / max heap in python. I knew how it worked and how a node is deleted / added, but when I coded I had multiple problems. Need to practise more to get this idea in my head normaly
'Coding Journal' 카테고리의 다른 글
| [2022/12/23] Code Diary(Just C + Python3) (0) | 2022.12.23 |
|---|---|
| [2022/12/22] Code Diary(Django Project + Boot Camp) (0) | 2022.12.22 |
| [2022/12/21] Code Diary(Embedded System + Coding Problems) (0) | 2022.12.21 |
| [2022/12/20] Code Diary(Embedded System + Coding Problems + Solution to max-min Heap) (0) | 2022.12.20 |
| [2022/12/19] Code Diary(Embedded System + Coding Problems) (0) | 2022.12.19 |