Programming Arduino projects with the PIC microcontroller : a line-by line code analysis and complete reference guide for embedded programm / Hubert Henry Ward.

Now that youve built a few Arduino projects, and reused some pre-written sketches, its time to move on to the next step and explore the world of embedded programming. To truly up-skill, you'll need to understand how your code works, and that's where this book comes in. You'll review a...

Full description

Saved in:
Bibliographic Details
Online Access: Full Text (via O'Reilly/Safari)
Main Author: Ward, Hubert Henry
Format: eBook
Language:English
Published: [United States] : Apress, [2022]
Subjects:
Table of Contents:
  • Introducing MPLABX
  • Programming Basics
  • The Seven-Segment Display and the Stepper Motor
  • The Joystick and the Stepper Motor
  • DC Motors
  • Ultrasonic Distance, and Humidity and Temperature Sensors
  • Working with keypads
  • Using Bluetooth with PIR motion sensors
  • Communication
  • Using the UART
  • Real-time clock and interrupts
  • Working with LCDs
  • Analyzing obscure instructions and logic operators in C.