Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 838 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 838 Bytes

Embedded System

  • PIC16 using assembly with MPLAB X IDE
  • Arduino using C/C++ (ino) with Arduino IDE

PIC

  • Install MPLAB X

NOTES

Learning assembly with PIC16

Learn C/C++ with Arduino UNO

Practice Test

  • [Practice Test]

From senior

Lab

Things to remember

Assembly

D'10' - decimals b'00101100' - binaries 1Bh - hexadecimals 0x23 - hexadecimals 12 - hexadecimals

Created by superoo7