Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2019-2020
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Matteo Cucchi
2019-2020
Commits
3b699767
Verified
Commit
3b699767
authored
May 30, 2020
by
Andrea Trentini
Browse files
Options
Downloads
Patches
Plain Diff
pulizia
parent
ef9bd6a8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Esempi/Plummino/Plummino.ino
+1
-1
1 addition, 1 deletion
Esempi/Plummino/Plummino.ino
domande.md
+1
-1
1 addition, 1 deletion
domande.md
with
2 additions
and
2 deletions
Esempi/Plummino/Plummino.ino
+
1
−
1
View file @
3b699767
...
...
@@ -192,7 +192,6 @@ void setup() {
Udp
.
begin
(
7400
);
Wire
.
begin
();
// mando il messaggio di accensione
Wire
.
beginTransmission
(
GY521
);
Wire
.
write
(
0x6B
);
// registro PWR_MGMT_1
...
...
@@ -637,6 +636,7 @@ void collisionReset() {
// tra l'altro solo il left, ri-mah!
}
// TODO trovare lib che faccia un po' di smoothing e integrazione
void
readAccelerometer
()
{
// mando il messaggio di richiesta valori
Wire
.
beginTransmission
(
GY521
);
...
...
This diff is collapsed.
Click to expand it.
domande.md
+
1
−
1
View file @
3b699767
...
...
@@ -81,7 +81,7 @@ Le raggruppo per capitolo del libro.
## Mem e I/O: tutto, in dettaglio.
*
differenze fra i
c
ari tipi di memoria (RAM/ROM/flash/EPROM/sequenziale/casuale/SDRAM/DRAM/DDR/etc.)
*
differenze fra i
v
ari tipi di memoria (RAM/ROM/flash/EPROM/sequenziale/casuale/SDRAM/DRAM/DDR/etc.)
*
cos'è e cosa fa una MMU?
*
panoramica supporti memoria di massa nell'embedded, pregi e difetti
*
cosa si intende con XIP? pregi e difetti?
...
...
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