Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOAAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Martin Streitenberger
SOAAP
Commits
4c2667f7
Commit
4c2667f7
authored
2 years ago
by
Lennard Karger
Browse files
Options
Downloads
Patches
Plain Diff
Copied SoaapBleMaster.h to environment
parent
c240067c
No related branches found
No related tags found
3 merge requests
!4
PIO Projekte in main-Branch implementieren
,
!3
Vorbereitung Main merge PIO - Projektstrukturen
,
!1
Test Merge
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/environment/SoaapBleMaster.h
+58
-0
58 additions, 0 deletions
libraries/environment/SoaapBleMaster.h
sketches/_PIO_Sketches/Karger/BLE_Master_Test_1/src/main.cpp
+0
-1
0 additions, 1 deletion
sketches/_PIO_Sketches/Karger/BLE_Master_Test_1/src/main.cpp
with
58 additions
and
1 deletion
libraries/environment/SoaapBleMaster.h
0 → 100644
+
58
−
0
View file @
4c2667f7
// ----------------------------------------------------------------------------
// SoaapBleMaster.h
// Beispielhafte Anwendung SOAAP / Steuerung optischer und akustischer Ausgaben
// Kommunikation über BLE-Funkanäle mit Bewerbungstelegrammen
// P o l l i n g - M a s t e r
// ----------------------------------------------------------------------------
// Editor: Robert Patzke
// URI/URL: www.mfp-portal.de
//-----------------------------------------------------------------------------
// Lizenz: CC-BY-SA (wikipedia: Creative Commons)
// Datum: 1. November 2021
// Letzte Bearbeitung: 15. März 2022
//
#ifndef SoaapBleMaster_h
#define SoaapBleMaster_h
// Vordefinitionen, Festlegungen zur Kompilierung
//
#define DebugTerminal
// Mit dieser Definition werden die Klasse Monitor und weitere Testmethoden
// eingebunden, womit ein anwendungsorientiertes Debugging möglich ist
//#define TEST001
// Ausgaben an serielle schnittstelle zur Prüfung der ap-Zustandsmaschine
#include
"LoopCheck.h"
#include
"StateMachine.h"
#include
"nRF52840Radio.h"
#include
"BlePoll.h"
#include
"ComRingBuf.h"
#include
"nRF52840Ser.h"
#include
"SoaapMsg.h"
#include
"Monitor.h"
// ----------------------------------------------------------------------------
// Vorwärtsreferenzen
// ----------------------------------------------------------------------------
//
void
apInit
();
void
apWaitDE
();
void
apWaitMeas
();
void
apProcMeas
();
#ifdef DebugTerminal
// ----------------------
void
smInit
()
;
void
smCheckJobs
()
;
void
smDebDword
()
;
void
smCtrlPolling
()
;
void
smWaitPolling
()
;
void
smReadPollValues
()
;
void
smCheckSer
();
// ----------------------
#endif
#endif
/* SoaapBleMaster_h */
This diff is collapsed.
Click to expand it.
sketches/_PIO_Sketches/Karger/BLE_Master_Test_1/src/main.cpp
+
0
−
1
View file @
4c2667f7
...
...
@@ -19,7 +19,6 @@
#include
"BlePoll.h"
#include
"Monitor.h"
#include
"SoaapBleMaster.h"
//Eingefügt
#include
"Build_CMD.hpp"
#define DebugTerminal
// Mit dieser Definition werden die Klasse Monitor und weitere Testmethoden
...
...
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
register
or
sign in
to comment