Название: Introduction to PIC Microcontroller World: Get to Know PIC Microcontroller, datasheets and best development environment and Simulation tools that will make your embedded life joyful
Автор: Ashraf AlMadhoun
Издательство: Independently published
Год: 2020
Страниц: 112
Язык: английский
Формат: epub
Размер: 10.0 MB
In this book, we will cover single silicon chip microcomputers. Such microcomputer systems are well-known by the name Microcontrollers, and they are used in many devices in almost every house, such as TV remote control units, microwave ovens, cookers, Mp3 players, personal computers, washing machines, and refrigerators. The original PIC was PIC165. The name PIC originally stood for “Programmable Intelligent Computer” but is now referred to as “Programmable Interface Controller.” PIC Microcontrollers can be programmed in their native Assembly Language, which is straightforward and not difficult to learn, but it consists of mnemonics that are considered not user-friendly. They can also be programmed with high-level languages, such as BASIC, PASCAL, or C, which are considered much easier to learn than assembly. High-level language makes the development of large and complex programs easy. In this book, we’ll Program PIC microcontrollers with the famous C language, which is well-known among developers as mikroC IDE, developed by Mikroelektronik company.