bartoszbielawski / LEDMatrixDriver

A replacement for Arduino's LedControl library
MIT License
74 stars 25 forks source link

Wrong include in LEDMatrixDriver.cpp#L8 #2

Closed moette closed 7 years ago

moette commented 7 years ago

The line reads

include "LEDMatrixDriver.h"

Should be:

include "LEDMatrixDriver.hpp"

bartoszbielawski commented 7 years ago

Fixed.