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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Emilio Corigliano
Skyward Boardcore
Commits
1da34c8f
Commit
1da34c8f
authored
2 years ago
by
Davide Mor
Committed by
Davide Mor
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[sx1278] Added skyward433 frontend
parent
a990662d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show 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 @
1da34c8f
...
...
@@ -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