관리 메뉴

Jun Hyuk Kim's Blog

[2022/12/21] Code Diary(Embedded System + Coding Problems) 본문

Coding Journal

[2022/12/21] Code Diary(Embedded System + Coding Problems)

junhyuk1229 2022. 12. 21. 18:18

Uploaded files for ADC code and PPT for ADC and debugging. Had some problems testing but in the end just used GND, 3V3, and resistors to test the ADC with no problems. Finished coding the SysTick, Timer, Interrupt also. Just had time and wanted to do it fast.

https://github.com/junhyuk1229/Embedded-System-Week-11

 

GitHub - junhyuk1229/Embedded-System-Week-11

Contribute to junhyuk1229/Embedded-System-Week-11 development by creating an account on GitHub.

github.com

 

Made a abs() heap that takes the min abs number to the top of the heap. With this I think I am ok with min / max heaps and how to delete / insert nodes.

Learned about divide and conquer to help my understanding. Going to post it to the coding problems section.

Learning floyd algo and basic graph theory to better my knowledge.