editable

Dependents:   LineCamLPC LineCamLPC

Committer:
andrey001207
Date:
Wed Mar 28 12:28:18 2018 +0000
Revision:
0:82f151c23f33
to edit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrey001207 0:82f151c23f33 1 #include <TSL_1401.h>
andrey001207 0:82f151c23f33 2 #include <TSL1401_config.h>
andrey001207 0:82f151c23f33 3 #include <mbed.h>
andrey001207 0:82f151c23f33 4
andrey001207 0:82f151c23f33 5 TSL_1401::TSL_1401()
andrey001207 0:82f151c23f33 6 {
andrey001207 0:82f151c23f33 7 printf("andrey petuh");
andrey001207 0:82f151c23f33 8
andrey001207 0:82f151c23f33 9 }
andrey001207 0:82f151c23f33 10
andrey001207 0:82f151c23f33 11 TSL_1401::~TSL_1401()
andrey001207 0:82f151c23f33 12 {
andrey001207 0:82f151c23f33 13
andrey001207 0:82f151c23f33 14 }
andrey001207 0:82f151c23f33 15