Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Simulator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
letsgoING
ArduBlock Source
Simulator
Commits
f574f6aa
Commit
f574f6aa
authored
Nov 29, 2020
by
Lucas Stratmann
Browse files
Options
Downloads
Patches
Plain Diff
Updated Comment and Readme
parent
2513ffa0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-3
3 additions, 3 deletions
README.md
src/tec/letsgoing/ardublock/simulator/arduino/Arduino.java
+2
-2
2 additions, 2 deletions
src/tec/letsgoing/ardublock/simulator/arduino/Arduino.java
with
5 additions
and
5 deletions
README.md
+
3
−
3
View file @
f574f6aa
...
...
@@ -18,11 +18,11 @@ Dieses Java Projekt ist theoretisch alleine lauffähig, dies ist aber nicht sinn
Für die korrekte Verwendung muss sich im Eclipse Workspace auch das Ardublock, sowiew das Openblocks-Projekt befinden.
(möglicherweise werden auch Maven-Bibilotheken benötigt)
Der Simulator wird dann aus Ardublock gestartet und die main() dieses Projekts wird nicht benötigt.
Zur Einrichtung der anderen Projekte sollte die Anleitung in der Dokumentation verwendet werden.
## Dokumentation
Nach Abschluss der Entwicklung wird hier eine Dokumentation zur Verfügung stehen.
Bis dahin, wird hier das aktuelle UML als .DIA zur Verfügung gestellt.
Die Dokumentation liegt als PDF bei Anian Bühler oder Stefan Mack vor.
In diesem Ordner befindet sich noch die UML des Projektes. Zum öffnen wird das Programm DIA benötigt.
##Beteiligte:
Lucas Stratmann lucas.stratmann@student.reutlingen-university.de
...
...
This diff is collapsed.
Click to expand it.
src/tec/letsgoing/ardublock/simulator/arduino/Arduino.java
+
2
−
2
View file @
f574f6aa
...
...
@@ -218,7 +218,7 @@ public class Arduino {
/**
* Berechnung der vergangenen Millisekunden seit Programmstart
*
*
Note: Läuft doppelt so schnell über wie das millis() vom Arduino -> Nach etwa 25 Tagen
* @return Millisekunden seit Programmstart.
*/
public
int
getMillis
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment