wpilibsuite / allwpilib

Official Repository of WPILibJ and WPILibC
https://wpilib.org/
Other
1.03k stars 607 forks source link

Synchronize C++ and Java versions of BooleanEvent #6775

Open calcmogul opened 1 week ago

calcmogul commented 1 week ago

The member names, parameter names, and API documentation are all different. The Java API talks about digital signals, while the C++ API talks about inputs and conditions. It's like these classes were written independently by two different people.

Alextopher commented 1 week ago

On it!