Changed some stuff on the science solver
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
||||
namespace universal_science_solver.Physics {
|
||||
class BasicPhysics {
|
||||
public static void SpeedDistanceTime() {
|
||||
Console.WriteLine("Calculate distance, speed or time");
|
||||
Console.WriteLine("Calculate distance (d), speed (s) or time (t)");
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
namespace universal_science_solver.Physics {
|
||||
class PhysicsController {
|
||||
public enum Topic : byte {
|
||||
USELECTED,
|
||||
USELECTED,
|
||||
BASICS,
|
||||
MECHANICS,
|
||||
WAVES
|
||||
|
||||
@@ -18,4 +18,3 @@ void loop() {
|
||||
sensors.requestTemperatures();
|
||||
Serial.println(sensors.getTempCByIndex(0));
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#include <Mouse.h>
|
||||
#include <Keyboard.h>
|
||||
|
||||
void setup() {
|
||||
@@ -22,4 +21,3 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user