mcci-catena / Catena-Arduino-Platform

Arduino platform library for MCCI Catena IoT Systems
MIT License
12 stars 11 forks source link

Catena_Si1133 should be not-copyable/not-movable #211

Closed terrillmoore closed 5 years ago

terrillmoore commented 5 years ago

Since there's a shared hardware resource, Catena_Si1133 instances should be non-copyable. For simplicity, we should also make them non-movable (which would mean we can link them into lists and inherit from cPollableObject if we like.