본문 바로가기

인턴11

속성 SQL Database는 몇 년 전 수업을 듣고는 손도 대지 않았다. 속성으로 SQL 쿼리문을 어떻게 쓰는지 빨리 공부할 생각이다. 일단 PostgreSQL을 깔았는데 실제로 쓸지는 모르겠다. 문법은 대충 tutorial을 참고할 생각. PostgreSQL Tutorial - Learn PostgreSQL from Scratch Welcome to the PostgreSQLTutorial.com website! This PostgreSQL tutorial helps you understand PostgreSQL quickly. You’ll master PostgreSQL very fast through many practical examples and apply the knowledge in developing.. 2022. 2. 28.
I2C & SPI Serial communication protocols I2C - Inter-Integrated Circuit - Made by Philips - Good support to the slow devices, EEPROM, ADC, and RTC - Not only used with the single board but also used with the other external components which have connected with boards through the cables - A two-wire communication protocol, one used for the data (SDA, serial data), the other used for the clock (SCL, serial c.. 2022. 2. 7.
[project] simpleAtmController GitHub - bbb1293/simpleAtmController: A simple ATM machine controller A simple ATM machine controller. Contribute to bbb1293/simpleAtmController development by creating an account on GitHub. github.com 코드를 짜는 것 보다 기능과 구조를 어떤식으로 구현할 것인지, 네이밍은 어떻게 할 것인지에 대해 고민하는 시간이 더 많이 걸렸다. 나름대로 기능을 쪼개어 함수로 구현한다고 하긴 했는데 잘 한건지 모르겠다. 개발 서적들을 많이 읽어보는 것이 도움이 될 것 같다. preprocessor directive인 macro definition과 enum을 사용.. 2022. 1. 12.