Skip to content

Commit

Permalink
Removing redundant heading
Browse files Browse the repository at this point in the history
  • Loading branch information
idstudiolab committed May 13, 2024
1 parent c06185b commit bbeedde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tutorials/01-time/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ parent: "Tutorials"

# Dealing with Time in Circuit Python

# **Time in Circuit Python**

You often need to take time into account one way or another when writing programs. The **Core Module** called **time** can help us with this! It has a few more bits of functionality than I will describe here (check the documentation if you're interested). I will focus on the most important and fundamental functions, which are also very useful for the type of thing's you might be doing.

**time.sleep(seconds_as_floating_point)** **[returns nothing]**
Expand Down

0 comments on commit bbeedde

Please sign in to comment.