mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Deprecates Task and Semaphore, and changes other deprecations to use wpiutil version (#330)
This commit is contained in:
committed by
Peter Johnson
parent
861726cefa
commit
1efb2e4d3d
@@ -44,7 +44,7 @@ class Counter : public SensorBase,
|
||||
explicit Counter(int channel);
|
||||
explicit Counter(DigitalSource* source);
|
||||
explicit Counter(std::shared_ptr<DigitalSource> source);
|
||||
DEPRECATED("Use pass-by-reference instead.")
|
||||
WPI_DEPRECATED("Use pass-by-reference instead.")
|
||||
explicit Counter(AnalogTrigger* trigger);
|
||||
explicit Counter(const AnalogTrigger& trigger);
|
||||
Counter(EncodingType encodingType, DigitalSource* upSource,
|
||||
|
||||
Reference in New Issue
Block a user