for child
Fork of TRP105F_Spline by
History
?????????
2017-10-24, by tanaken0605 [Tue, 24 Oct 2017 00:44:39 +0000] rev 27
?????????
smallupdate
2016-10-14, by tanaken0605 [Fri, 14 Oct 2016 07:06:57 +0000] rev 26
smallupdate
small update
2016-10-14, by tanaken0605 [Fri, 14 Oct 2016 06:59:56 +0000] rev 25
small update
bugfix
2016-09-01, by tanaken0605 [Thu, 01 Sep 2016 10:18:59 +0000] rev 24
bugfix
test
2016-09-01, by tanaken0605 [Thu, 01 Sep 2016 09:37:34 +0000] rev 23
test
The filename that SPT::TRP105FS::printCalibrationLOG() makes has become ADLOG%2d.TXT.
2016-06-30, by aktk [Thu, 30 Jun 2016 17:41:14 +0000] rev 22
The filename that SPT::TRP105FS::printCalibrationLOG() makes has become ADLOG%2d.TXT.
trivial debug
2016-06-30, by aktk [Thu, 30 Jun 2016 17:02:48 +0000] rev 21
trivial debug
snum the local static variable in _setSample(ns, ns) has come to be declared as _snum the TRP105FS class' member field. It's because it was not expected that local static variable is shared by the instances of the same class.
2016-06-30, by aktk [Thu, 30 Jun 2016 16:45:30 +0000] rev 20
snum the local static variable in _setSample(ns, ns) has come to be declared as _snum the TRP105FS class' member field. It's because it was not expected that local static variable is shared by the instances of the same class.
Constructor SPI_TRP105FS(unsinged int, unsigned int) has been implemented.
2016-06-30, by aktk [Thu, 30 Jun 2016 15:23:41 +0000] rev 19
Constructor SPI_TRP105FS(unsinged int, unsigned int) has been implemented.
In constructors, the type of arg_num was changed to unsigned short.; In constructor(ushort, PinName), the defalt useTpe came to be set to AsMODULE.
2016-06-24, by aktk [Fri, 24 Jun 2016 11:33:01 +0000] rev 18
In constructors, the type of arg_num was changed to unsigned short.; In constructor(ushort, PinName), the defalt useTpe came to be set to AsMODULE.