Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Skyward Boardcore
Commits
35fe7a39
Commit
35fe7a39
authored
2 years ago
by
Davide Mor
Committed by
Davide Mor
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[sx1278] Added skyward433 frontend
parent
85db7e33
Loading
Loading
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/shared/radio/SX1278/SX1278Frontends.h
+14
-0
14 additions, 0 deletions
src/shared/radio/SX1278/SX1278Frontends.h
with
14 additions
and
0 deletions
src/shared/radio/SX1278/SX1278Frontends.h
+
14
−
0
View file @
35fe7a39
...
...
@@ -69,4 +69,18 @@ public:
void
disableTx
()
override
{}
};
class
Skyward433Frontend
:
public
SX1278
::
ISX1278Frontend
{
public:
Skyward433Frontend
()
{}
bool
isOnPaBoost
()
override
{
return
false
;
}
int
maxInPower
()
override
{
return
17
;
}
void
enableRx
()
override
{}
void
disableRx
()
override
{}
void
enableTx
()
override
{}
void
disableTx
()
override
{}
};
}
// namespace Boardcore
\ No newline at end of file
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