Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add most missing system features #69

Merged
merged 5 commits into from
Oct 29, 2023
Merged

Conversation

FloppyDisck
Copy link
Contributor

Additions

  • Added all of the remaining datetime functions
  • Added most of the remaining misc functions
  • Added all of the remaining peripheral features

Fixes

  • get_elapsed_time was casting the returned f32 into an f32

Questions

Currently all of the datetime functions return epoch as usize, but convert_epoch_to_datetime takes the epoch argument as u32 for fears of downcasting. Should this be changed into usize or should I leave it as is?

Copy link
Member

@boozook boozook left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍Thanks!
Please resolve conflicts and I'll merge it.

# Conflicts:
#	src/system.rs
@FloppyDisck
Copy link
Contributor Author

Conflicts have been resolved

@boozook boozook merged commit fd7b612 into pd-rs:main Oct 29, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants