Skip to content

Commit e1329e2

Browse files
Content update (Julian's review)
Co-authored-by: Julián Caro Linares <[email protected]>
1 parent 5c38e90 commit e1329e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/micropython/01.basics/06.board-examples/board-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,4 +1869,4 @@ timestamp = rtc.datetime()
18691869
print("- Sensor value at ", timestamp, ":", sensor_value)
18701870
```
18711871

1872-
In this example, every sensor reading is accompanied by A timestamp, which can be crucial for data analysis or logging purposes. The RTC's ability to maintain time independently of the main system's power status makes it reliable for time-sensitive applications.
1872+
In this example, every sensor reading is accompanied by a timestamp, which can be crucial for data analysis or logging purposes. The RTC's ability to maintain time independently of the main system's power status makes it reliable for time-sensitive applications.

0 commit comments

Comments
 (0)