Lucky Resistor
Menu
  • Home
  • Learn
    • Learn C++
    • Product Photography for Electronics
      • Required Equipment and Software
    • Soldering for Show
  • Projects
  • Libraries
  • Applications
  • Shop
  • About
    • About Me
    • Contact
    • Subscribe
  •  
Menu

Category: Learn

How to Debug Time Critical Code using an Oscilloscope

Posted on 2014-11-132019-07-24 by Lucky Resistor

From time to time you have to debug time critical code. If you are using interrupts, you are interested in the actual performance on the code. This is especially true, if you are using timed interrupts. In this cases, using the serial interface is impossible. If you write to the serial interface, the whole timing…

Read more

How and Why to use Namespaces

Posted on 2014-10-312019-07-24 by Lucky Resistor

Namespaces are a feature of C++ which address the problem of name conflicts. There is a “global” namespace, where everything lives which was declared without namespace. Especially the Arduino environment declares a huge amount of variables and constants there, so it is a good practice to put everything you write in a own namespace. Namespaces…

Read more
  • Previous
  • 1
  • 2
  • 3
  • 4

Search this Site

Top Posts & Pages

  • Storage Boxes System for 3D Print
  • Projects
  • Accessing the SD Card (2)
  • How and Why to use Namespaces
  • Build a 3D Printer Enclosure
  • Simple Box with Lid for 3D-Print
  • Plastic Cup Meltdown - Working with Epoxy
  • Round Corner Template Set for Woodworking
  • Shop
  • Real Time Counter and Integer Overflow

Subscribe

Become a Patron!

Follow on Twitter

Follow @LuckyResistor

Recent Posts

  • How to Create a Large 3D Printed Artwork

  • Huge Storage Boxes Update

  • Round Corner Template Set for Woodworking

  • Adafruit PowerBoost 1000C Enclosure (LR2165)

  • Storage Boxes System Survey

  • New Storage Boxes

  • Build and Heat Treatment of a Carbohydrate Source

  • Logic Gates Puzzle 100

Categories

  • Build (6)
  • Common (44)
  • Fail (1)
  • Fun (6)
  • How and Why (11)
  • Improve your Code (17)
  • Learn (22)
  • Projects (89)
  • Puzzle (4)
  • Recommendations (5)
  • Request for Comments (1)
  • Review (2)
  • Software (8)

Social

  • View @LuckyResistor’s profile on Twitter
  • View UCxZpbya5cvokHqq5PXdqTmw’s profile on YouTube

Top Posts & Pages

  • Storage Boxes System for 3D Print
  • Projects
  • Accessing the SD Card (2)
  • How and Why to use Namespaces
  • Build a 3D Printer Enclosure
  • Simple Box with Lid for 3D-Print
  • Plastic Cup Meltdown - Working with Epoxy
  • Round Corner Template Set for Woodworking
  • Shop
  • Real Time Counter and Integer Overflow
Copyright (c)2022 by Lucky Resistor. All rights reserved.
 

Loading Comments...