Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.09 KB

Practicum-In-CPE-01-59

Description:
My Practicum-In-Computer-Engineer course code (0120423 01/59)

Timeline

  • week04: blink a led on microcontroller board

  • week05: Makefile for better life and rushing C course

  • week09: program microcontroller to work with peripheral board

    • peri.h / peri.c: peripheral libary
    • chase.c: turn led on peripheral board one by one
    • count.c: led on peripheral board count number 0-7 in binary
    • sw-count.c: led on peripheral board count how many time you push the button on peripheral board
    • light-3.c led on peripheral board indicate light level in 3 levels
    • light-8.c led on peripheral board indicate light level in 8 levels
  • week10: communitcate with microcontroller

    • firmware/ : microcontroller firmware using usbdrv
    • java/ : app and microcontroller driver in Java language using usb4java
    • python/ : app and microcontroller driver in Python language using PyUSB [not complete]