Skip to content

dependency to ArduinoCore #105

Closed
@dhebbeker

Description

@dhebbeker

How to deal with the dependencies to ArduinoCore (Arduino.h)?

On one hand directly using an ArduinoCore implementation avoids to create plenty of boilerplate code in form of adapters.

On the other hand waiving adapters for the Arduino dependency poses problems while testing. ArduinoFake can help stubbing but does not cover Espressif specific dependencies we use (see #100 (reply in thread)). Can we use a hybrid where we stub using ArduinoFake and manually stub the extensions? (further experiments necessary)

Metadata

Metadata

Assignees

Labels

software architectureNon-functional changes to achieve goals of the software architecture.testingRelated to creating tests and its infrastructure.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions