Skip to content
Snippets Groups Projects
Commit 84cb893d authored by anttib-5's avatar anttib-5
Browse files

bare4_1

parent 31666c03
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ fn main() -> ! {
//
// 1. Did you enjoy the blinking?
//
// ** your answer here **
// Yes, the blinking was nice!
//
// Now lookup the data-sheets, and read each section referred,
// 6.3.11, 8.4.1, 8.4.7
......@@ -92,6 +92,12 @@ fn main() -> ! {
// Document each low level access *code* by the appropriate section in the
// data sheet.
//
// 6.3.11: RCC_APB1ENR
//
// 8.4.1: GPIOx_MODER where x can be A-E and H
//
// 8.4.7: GPIOx_BSRR where x can be A-E and H
//
// Commit your answers (bare4_1)
//
// 2. Comment out line 40 and uncomment line 41 (essentially omitting the `unsafe`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment