Arduino Forum
Passing a single class instance to another class
Projects
Programming
PieterP
September 3, 2021, 8:48pm
7
_debug
is a reference, not a pointer:
Your constructor expects a reference, not a pointer:
show post in topic
Related topics
Topic
Replies
Views
Activity
Pass an instance of an object into a constructor of another class (solved!!)
Programming
21
10779
May 5, 2021
Creating and storing instances of objects
Syntax & Programs
25
11052
May 6, 2021
Maybe a simple C++ Question [crosspost]
Syntax & Programs
27
7243
May 6, 2021
Using serial.print to debug a library
Programming
28
19795
May 5, 2021
Declaring class objects within a class
Programming
18
7907
May 5, 2021