Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
MicroPython Projects

You're reading from  MicroPython Projects

Product type Book
Published in Apr 2020
Publisher Packt
ISBN-13 9781789958034
Pages 294 pages
Edition 1st Edition
Languages
Author (1):
Jacob Beningo Jacob Beningo
Profile icon Jacob Beningo

Table of Contents (14) Chapters

Preface Down the Rabbit Hole with MicroPython Managing Real-Time Tasks Writing a MicroPython Driver for an I/O Expander Developing an Application Test Harness Customizing the MicroPython Kernel Start Up Code A Custom Debugging Tool to Visualize Sensor Data Device Control Using Gestures Automation and Control Using Android Building an Object Detection Application Using Machine Learning The Future of MicroPython Downloading and Running MicroPython Code
Assessments Other Books You May Enjoy

Chapter 3

  1. What is a high-level system diagram called?
    • A block diagram
  2. What is a detailed hardware diagram called?
    • A schematic or wiring diagram
  3. What three diagrams did we use in this chapter to define our software architecture?
    • An application flowchart
    • A state diagram
    • A class diagram
  4. What is it called when two classes are connected together without the use of the inheritance mechanism?
    • Composition
  5. What information should be included in a test case?
    • The test case number.
    • The test case objective (why are we doing the test?)
    • Conditions that need to occur before the test is performed.
    • Input that needs to be applied to the system during testing (push a button).
    • Expected results (what should we see happen?)
    • Who did the testing? (yes, who can we blame if we discover a problem in the future?)
    • When was the test performed?
    • The software version number that the test is to be...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}