Deeply Embedded C++ - John Hinke - Meeting C++ 2015

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 4

  • @pedrovictor8666
    @pedrovictor8666 6 ปีที่แล้ว

    I'm learning microcontroller programming as a hobbyist. My only experience is using timers and other peripherals on atmega328p.
    How could I go about learning how to make a C++ style interface for those peripherals? External ones aswell, say an h-Bridge? I'm really having trouble finding resources to learn from, or desogns that people have made already (at all). I appreciate any suggestions.

    • @tox401
      @tox401 6 ปีที่แล้ว

      Check out articles and presentations on abstracting memory mapped devices by Dan Saks

    • @bixlord
      @bixlord 5 ปีที่แล้ว +1

      I'm one year into designing embedded systems, and am currently reading this book, which I recommend, and which uses C, C++ and assembly in their examples: Making Embedded Systems, by Elecia White. It was written by the host of the Embedded.fm podcast, which I recommend a ton; it's mostly about embedded software.

  • @ytqclys
    @ytqclys 7 ปีที่แล้ว

    Another approach to portable bit fields: github.com/wkaras/C-plus-plus-library-bit-fields