Skip to content

Commit

Permalink
[1.0.4] - 2024-06-11 - Check ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
4troDev authored Jun 11, 2024
1 parent 5d4b1f6 commit 598d72c
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.md → CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following behaviors are considered unacceptable within our project:

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project maintainers at [josue.dev@yahoo.com](mailto:josue.dev@yahoo.com). All complaints will be reviewed and investigated promptly and fairly. The maintainers are obligated to maintain confidentiality regarding the reporter of an incident.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project maintainers at [gh@4troDev.com](mailto:gh@4troDev.com). All complaints will be reviewed and investigated promptly and fairly. The maintainers are obligated to maintain confidentiality regarding the reporter of an incident.

If a participant engages in behavior that violates this Code of Conduct, the maintainers may take any appropriate action they deem necessary. This may include issuing warnings, temporary or permanent bans from the project's communication channels, or other actions aimed at resolving the situation.

Expand Down
File renamed without changes.
File renamed without changes.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
![GitHub last commit](https://img.shields.io/github/last-commit/4troDev/Vex-Code-Snippets?style=flat-square)
![GitHub](https://img.shields.io/github/license/4troDev/Vex-Code-Snippets?color=geen&style=flat-square)

| ![RoboHub Community](https://img.shields.io/twitter/follow/RoboHubHQ?style=social)
| ![RoboHub Discord](https://img.shields.io/discord/1112098408270925876?style=flat-square)


<!-- | ![RoboHub Community](https://img.shields.io/twitter/follow/RoboHubHQ?style=social)
| ![RoboHub Discord](https://img.shields.io/discord/1112098408270925876?style=flat-square) -->
## Description

Vex Code Snippets is a collection of code snippets designed to control a Vex V5 Robot using Python and the Vexcode Library. These snippets provide ready-to-use code segments that can be easily integrated into your robot projects. Each snippet focuses on a specific functionality or task, allowing you to quickly implement common robotic operations.
Expand All @@ -25,6 +26,7 @@ Vex Code Snippets is a collection of code snippets designed to control a Vex V5
5. [Code of Conduct](Docs/CODE_OF_CONDUCT.md)
6. [Contact](#contact)
7. [Snippets](./docs/Snippets-Docs/)
8. [Requirements](/Requirements.md)


## Requirements
Expand All @@ -34,6 +36,9 @@ To use the Vex Code Snippets, you will need the following:
1. Vex V5 Robot
2. Vexcode Library
3. Python
4. Micro usb cable
5. Vex V5 Brain


## Installation

Expand Down
22 changes: 22 additions & 0 deletions Requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Vex Code Snippets Requirements

To utilize the Vex Code Snippets effectively, ensure you have the following prerequisites:

> ###### NOTE
> Some this links are affiliate
- **Hardware:**
- [Vex V5 Robot - Starting at $1,575](https://www.vexrobotics.com/v5-classroom-super-kit.html)

- [Vex V5 Brain - $362.96](https://www.vexrobotics.com/276-4810.html)

- [Micro USB cable - $7.70 ](https://amzn.to/3RqfGgG)
---
- **Software:**
- [Vexcode Library](https://www.vexrobotics.com/vexcode-download)
- [Python installed on your system](https://www.python.org/downloads/)





9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ All notable changes to the "Vex Code Snippets" project will be documented in thi
- Added new code snippet for stopping the robot. - stop_robot.py stop_robot.md


## [1.0.4] - 2024-06-11
- added [Security](/SECURITY.md) - security policy.
- added [Security Email](/SECURITY-EMAIL.md) - email sample.
- added [Requirements](/Requirements.md) - list of requirements.
- Updated [Code of conduct](/CODE_OF_CONDUCT.md)
- Updated [Constributing](/CONTRIBUTING.md)
- Updated [Readme](/README.md)


## [1.0.3] - 2023-06-17
- Added [Speed Control Docs](../docs/speed_ctrl.md)
- Added [Speed Control Snippet](../speed_ctrl.py)
Expand Down

0 comments on commit 598d72c

Please sign in to comment.