made BB2B class public

This commit is contained in:
Pascal Serrarens 2025-05-03 10:10:22 +02:00
parent 257077eab8
commit 574a8c742b

View File

@ -1,7 +1,7 @@
 
namespace RoboidControl { namespace RoboidControl {
class BB2B : Thing { public class BB2B : Thing {
readonly DifferentialDrive drive; readonly DifferentialDrive drive;
readonly TouchSensor touchLeft; readonly TouchSensor touchLeft;
readonly TouchSensor touchRight; readonly TouchSensor touchRight;