Skip to content

Instantly share code, notes, and snippets.

@jesuslg123
jesuslg123 / ACCIF405.h
Last active October 17, 2025 18:36
Acci FC - Target files
/*
* This file is part of Betaflight.
*
* Betaflight is free software. You can redistribute this software
* and/or modify this software under the terms of the GNU General
* Public License as published by the Free Software Foundation,
* either version 3 of the License, or (at your option) any later
* version.
*
* Betaflight is distributed in the hope that it will be useful,
@jesuslg123
jesuslg123 / __init__.py
Created July 2, 2024 20:47
RotorHazard class ranking plugin for order heat + fast lap for last of the heat and first of the next one
''' Class ranking method: By ..... '''
import logging
import RHUtils
from eventmanager import Evt
from RHRace import StartBehavior
from Results import RaceClassRankMethod
logger = logging.getLogger(__name__)