Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section serves as the central hub for the Battery Protection System's documentation for the 2024-2026 build year.

The section includes the following:


PageDescription
HardwareThis section houses all technical documentation related to the hardware components of BPS. It includes schematics, datasheets, assembly instructions, and troubleshooting guides. This is the go-to resource for understanding the physical aspects of the project, from individual components to the complete hardware setup.
SoftwareFind in-depth documentation on the software that powers BPS here. This includes code repositories, version control, software architecture, API documentation, and setup guides. Whether you're deploying, developing, or debugging, this section contains all the necessary information to understand and work with the project's software layer.




Div
classchildrenn

Child pages (Children Display)
alltrue
depth1
styleh1
classtitle-boxfirst1




Team Design Reviews

SRR

 PDR

Team Photo


Info

TBD



Style
/*This is the style for all tables*/
.wrapped, .wrapped th, .wrapped td {
    border: none !important;
    border-collapse: collapse;
}

/*This is the style for the div class childrenn*/
.childrenn {
	background-color: #F4F5F7;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
}

/*This is for the "Children Display" as I want h1 to be the same size as body*/
.childrenn h1 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}  

.conf-macro.output-block a {
  color: #467AB4;
  line-height: 2;
  position: relative;
}