Skip to content

432-Technologies/embassy-task-order

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Switching lines src/main.rs:77 and src/main.rs:78 does not yield the same result !

unwrap!(spawner.spawn(sensor_reading(stts22h)));
unwrap!(spawner.spawn(pipe_data_to_usb(p.USB, p.PA12, p.PA11)));

When sensor_reading is called first, temperature readings are sensible (~20℃). When pipe_data is called first, temperature readings does not make any sense, and it depends on the compilation :

  • Sometimes ~ -300℃
  • Sometimes ~ 0℃
  • Sometimes ~ -100℃

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages