fixed formatting

This commit is contained in:
Alexander Sisco 2025-02-13 12:45:46 -08:00
parent 8384d4d9bf
commit 90e90c997e

View File

@ -7,7 +7,7 @@
// also deploy your code to microcontrollers! This means you can write Zig to // also deploy your code to microcontrollers! This means you can write Zig to
// drive your next robot or greenhouse climate control system! Ready to enter // drive your next robot or greenhouse climate control system! Ready to enter
// the exciting world of embedded programming? Let's get started! // the exciting world of embedded programming? Let's get started!
// //
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// Some Background // Some Background
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
@ -135,10 +135,8 @@ pub fn main() !void {
newline(); newline();
newline(); newline();
} }
// ************************************************************************ // ************************************************************************
// IN-DEPTH EXPLANATIONS BELOW // IN-DEPTH EXPLANATIONS BELOW
// ************************************************************************ // ************************************************************************
@ -346,8 +344,6 @@ pub fn main() !void {
// print("PORTD: {b:0>8} // bits flipped with NOT (~)\n", .{PORTD}); // print("PORTD: {b:0>8} // bits flipped with NOT (~)\n", .{PORTD});
// newline(); // newline();
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// Here are some helper functions for manipulating bits // Here are some helper functions for manipulating bits
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------