From 582cea2aedd3b5763232837cc4960f07223908fb Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 9 Mar 2020 14:22:58 -0500 Subject: Transfer components to lib repo --- components/acceleration/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 components/acceleration/README.md (limited to 'components/acceleration/README.md') diff --git a/components/acceleration/README.md b/components/acceleration/README.md new file mode 100644 index 0000000..8c09667 --- /dev/null +++ b/components/acceleration/README.md @@ -0,0 +1,11 @@ +# Acceleration Component for Serpentity + +This is a component for [serpentity][serpentity], it holds the following values: + +``` +-x // the x component of acceleration vector +-y // the y component of acceleration vector +-z // the z component of acceleration vector +``` + +[serpentity]: https://gitlab.com/serpentity/serpentity -- cgit