Objects that use Objects that I am already using...
Beagle
Posts: 7
Good evening.
I have several objects in my project.
OBJ
· myLCDobj····· : "FullDuplexSerial"
· sht·········· : "Sensirion"
· fp············: "FloatString"
· f··············: "Float32"
· XB··········· : "XBee_Object"
If I look at the "XBee_Object" I see that it has an object listed too:
OBJ
· FDSerial : "FullDuplexSerial"
When I compile this, am I going to have two copies of "FullDuplexSerial" in the Propeller memory???
Thank you for your time
Clint
I have several objects in my project.
OBJ
· myLCDobj····· : "FullDuplexSerial"
· sht·········· : "Sensirion"
· fp············: "FloatString"
· f··············: "Float32"
· XB··········· : "XBee_Object"
If I look at the "XBee_Object" I see that it has an object listed too:
OBJ
· FDSerial : "FullDuplexSerial"
When I compile this, am I going to have two copies of "FullDuplexSerial" in the Propeller memory???
Thank you for your time
Clint
Comments
-Phil